Skip to content

Commit 2594bd9

Browse files
authored
Update treesit-langs.el
1 parent ece540e commit 2594bd9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

treesit-langs.el

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
3838
"Grammar bundle for `treesit.el'."
3939
:group 'tree-sitter)
4040

41+
(defcustom treesit-langs-bundle-version "0.12.241"
42+
"Version of the grammar bundle.
43+
44+
Ideally, we want this value to be same as `tree-sitter-langs--bundle-version'
45+
from `tree-sitter-langs' package."
46+
:type 'string
47+
:group 'treesit-langs)
48+
4149
(defcustom treesit-langs-major-mode-alist
4250
'((actionscript-mode . actionscript)
4351
(ada-mode . ada)
@@ -171,14 +179,6 @@
171179
:type 'hook
172180
:group 'treesit-langs)
173181

174-
(defcustom treesit-langs-bundle-version "0.12.208"
175-
"Version of the grammar bundle.
176-
177-
Ideally, we want this value to be same as `tree-sitter-langs--bundle-version'
178-
from `tree-sitter-langs' package."
179-
:type 'string
180-
:group 'treesit-langs)
181-
182182
(defconst treesit-langs--bundle-version-file "BUNDLE-VERSION")
183183

184184
(defconst treesit-langs--suffixes '(".dylib" ".dll" ".so")

0 commit comments

Comments
 (0)