aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index bf596bdc..9c10846d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -142,3 +142,15 @@
path = helix-syntax/languages/tree-sitter-perl
url = https://github.com/ganezdragon/tree-sitter-perl
shallow = true
+[submodule "helix-syntax/languages/tree-sitter-wgsl"]
+ path = helix-syntax/languages/tree-sitter-wgsl
+ url = https://github.com/szebniok/tree-sitter-wgsl
+ shallow = true
+[submodule "helix-syntax/tree-sitter-llvm"]
+ path = helix-syntax/languages/tree-sitter-llvm
+ url = https://github.com/benwilliamgraham/tree-sitter-llvm
+ shallow = true
+[submodule "helix-syntax/languages/tree-sitter-markdown"]
+ path = helix-syntax/languages/tree-sitter-markdown
+ url = https://github.com/MDeiml/tree-sitter-markdown
+ shallow = true