Fix tree-sitter-llvm submodule (#1298)

Fix the path to the submodule and init the submodule.
pull/1309/head
Sebastian Neubauer 3 years ago committed by GitHub
parent f174d27d0d
commit 6d183b2154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1 @@
Subproject commit d4f61bed8ecb632addcd5e088c4f4cb9c1bf1c5b
Loading…
Cancel
Save