mirror of https://github.com/helix-editor/helix
Fix tree-sitter-llvm submodule (#1298)
Fix the path to the submodule and init the submodule.pull/1309/head
parent
f174d27d0d
commit
6d183b2154
|
@ -146,7 +146,7 @@
|
||||||
path = helix-syntax/languages/tree-sitter-wgsl
|
path = helix-syntax/languages/tree-sitter-wgsl
|
||||||
url = https://github.com/szebniok/tree-sitter-wgsl
|
url = https://github.com/szebniok/tree-sitter-wgsl
|
||||||
shallow = true
|
shallow = true
|
||||||
[submodule "helix-syntax/tree-sitter-llvm"]
|
[submodule "helix-syntax/languages/tree-sitter-llvm"]
|
||||||
path = helix-syntax/languages/tree-sitter-llvm
|
path = helix-syntax/languages/tree-sitter-llvm
|
||||||
url = https://github.com/benwilliamgraham/tree-sitter-llvm
|
url = https://github.com/benwilliamgraham/tree-sitter-llvm
|
||||||
shallow = true
|
shallow = true
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d4f61bed8ecb632addcd5e088c4f4cb9c1bf1c5b
|
Loading…
Reference in New Issue