mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 10:31:23 -08:00
parent
b793fb5642
commit
ef94c82e03
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(set-tree-sitter! 'lua-mode 'lua-ts-mode
|
(set-tree-sitter! 'lua-mode 'lua-ts-mode
|
||||||
'((lua :url "https://github.com/tree-sitter-grammars/tree-sitter-lua"
|
`((lua :url "https://github.com/tree-sitter-grammars/tree-sitter-lua"
|
||||||
|
:rev ,(if (< (treesit-library-abi-version) 15) "v0.3.0")
|
||||||
:commit "db16e76558122e834ee214c8dc755b4a3edc82a9")))
|
:commit "db16e76558122e834ee214c8dc755b4a3edc82a9")))
|
||||||
:config
|
:config
|
||||||
(+lua-common-config 'lua-ts-mode))
|
(+lua-common-config 'lua-ts-mode))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue