diff options
author | oberblastmeister | 2021-09-01 15:54:21 +0000 |
---|---|---|
committer | GitHub | 2021-09-01 15:54:21 +0000 |
commit | ae3f9366118bae9775b5229b817d1131c84cfc96 (patch) | |
tree | 15f7e4253e293de20c943e51c87b6da7d545b1da /.gitmodules | |
parent | 31f1455c71457fbd68b2a618f709b68c8de352b8 (diff) |
Lua support (#665)
* added submodule
* small changes
* updated some stuff
* remove
* shallow clone
* correct indent
* shallow
* ok
* highlights
* proper captures
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index aba8084c..ae4984da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -102,6 +102,10 @@ path = helix-syntax/languages/tree-sitter-protobuf url = https://github.com/yusdacra/tree-sitter-protobuf.git shallow = true +[submodule "helix-syntax/languages/tree-sitter-lua"] + path = helix-syntax/languages/tree-sitter-lua + url = https://github.com/nvim-treesitter/tree-sitter-lua + shallow = true [submodule "helix-syntax/languages/tree-sitter-yaml"] path = helix-syntax/languages/tree-sitter-yaml url = https://github.com/ikatyang/tree-sitter-yaml |