Skip to content

Commit

Permalink
Update treesit-langs.el
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Dec 13, 2024
1 parent ece540e commit 2594bd9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions treesit-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
"Grammar bundle for `treesit.el'."
:group 'tree-sitter)

(defcustom treesit-langs-bundle-version "0.12.241"
"Version of the grammar bundle.
Ideally, we want this value to be same as `tree-sitter-langs--bundle-version'
from `tree-sitter-langs' package."
:type 'string
:group 'treesit-langs)

(defcustom treesit-langs-major-mode-alist
'((actionscript-mode . actionscript)
(ada-mode . ada)
Expand Down Expand Up @@ -171,14 +179,6 @@
:type 'hook
:group 'treesit-langs)

(defcustom treesit-langs-bundle-version "0.12.208"
"Version of the grammar bundle.
Ideally, we want this value to be same as `tree-sitter-langs--bundle-version'
from `tree-sitter-langs' package."
:type 'string
:group 'treesit-langs)

(defconst treesit-langs--bundle-version-file "BUNDLE-VERSION")

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

0 comments on commit 2594bd9

Please sign in to comment.