Add Lua to `treesit-language-source-alist'

This commit is contained in:
Gerard Vermeulen 2023-09-16 16:06:33 +02:00
parent d1292d008c
commit 82b8fd7111

View File

@ -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")