aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorSebastian Neubauer2021-12-19 00:46:47 +0000
committerGitHub2021-12-19 00:46:47 +0000
commit6d183b2154bdeb8508059d2cb3cf165ac4c67bb6 (patch)
treeb5259362d427a886f5ec6781a7b7bff57c137a74 /.gitmodules
parentf174d27d0d1ab5d981c6902a54035db4ffde839f (diff)
Fix tree-sitter-llvm submodule (#1298)
Fix the path to the submodule and init the submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 4b142adf..a899c778 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -146,7 +146,7 @@
path = helix-syntax/languages/tree-sitter-wgsl
url = https://github.com/szebniok/tree-sitter-wgsl
shallow = true
-[submodule "helix-syntax/tree-sitter-llvm"]
+[submodule "helix-syntax/languages/tree-sitter-llvm"]
path = helix-syntax/languages/tree-sitter-llvm
url = https://github.com/benwilliamgraham/tree-sitter-llvm
shallow = true