aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authoroberblastmeister2021-09-01 15:16:16 +0000
committerGitHub2021-09-01 15:16:16 +0000
commit1586b0eec7000fe511d6ed381b35130a38759c40 (patch)
tree393f80bd3e76f7a3efb65eddc1c7df7c2bcbd8ff /.gitmodules
parentce7ad2beb5b763e55cc40933d70ca7c7b325292e (diff)
YAML support (#667)
* added submodule * remove wrong one * added highlights * use property * add indents * shallow
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0e015658..aba8084c 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-yaml"]
+ path = helix-syntax/languages/tree-sitter-yaml
+ url = https://github.com/ikatyang/tree-sitter-yaml
+ shallow = true
[submodule "helix-syntax/languages/tree-sitter-zig"]
path = helix-syntax/languages/tree-sitter-zig
url = https://github.com/maxxnino/tree-sitter-zig