File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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)
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" )
You can’t perform that action at this time.
0 commit comments