Fix tree-sitter-llvm submodule (#1298)
Fix the path to the submodule and init the submodule.
This commit is contained in:
parent
f174d27d0d
commit
6d183b2154
2 changed files with 2 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
helix-syntax/languages/tree-sitter-llvm
Submodule
1
helix-syntax/languages/tree-sitter-llvm
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d4f61bed8ecb632addcd5e088c4f4cb9c1bf1c5b
|
Loading…
Reference in a new issue