Add Lua to `treesit-language-source-alist'
This commit is contained in:
parent
d1292d008c
commit
82b8fd7111
@ -483,6 +483,7 @@ languages. Listing [[lst:setup-go][Setup Go programming]] shows how to configur
|
||||
"master" "src")
|
||||
(json "https://github.com/tree-sitter/tree-sitter-json" "master" "src")
|
||||
(julia "https://github.com/tree-sitter/tree-sitter-julia" "master" "src")
|
||||
(lua "https://github.com/MunifTanjim/tree-sitter-lua" "main" "src")
|
||||
(make "https://github.com/alemuller/tree-sitter-make" "main" "src")
|
||||
(perl "https://github.com/ganezdragon/tree-sitter-perl" "master" "src")
|
||||
(python "https://github.com/tree-sitter/tree-sitter-python" "master" "src")
|
||||
|
Loading…
Reference in New Issue
Block a user