From 82b8fd71110c8380cd3354befe1df7cef96ce2e6 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 16 Sep 2023 16:06:33 +0200 Subject: [PATCH] Add Lua to `treesit-language-source-alist' --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index cbb58d1..bee853b 100644 --- a/README.org +++ b/README.org @@ -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")