mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
@@ -31,7 +31,8 @@
|
||||
:defer t
|
||||
:init
|
||||
(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")))
|
||||
:config
|
||||
(+lua-common-config 'lua-ts-mode))
|
||||
|
Reference in New Issue
Block a user