From 6d183b2154bdeb8508059d2cb3cf165ac4c67bb6 Mon Sep 17 00:00:00 2001 From: Sebastian Neubauer Date: Sun, 19 Dec 2021 01:46:47 +0100 Subject: [PATCH] Fix tree-sitter-llvm submodule (#1298) Fix the path to the submodule and init the submodule. --- .gitmodules | 2 +- helix-syntax/languages/tree-sitter-llvm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 helix-syntax/languages/tree-sitter-llvm diff --git a/.gitmodules b/.gitmodules index 4b142adfa..a899c778d 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 diff --git a/helix-syntax/languages/tree-sitter-llvm b/helix-syntax/languages/tree-sitter-llvm new file mode 160000 index 000000000..d4f61bed8 --- /dev/null +++ b/helix-syntax/languages/tree-sitter-llvm @@ -0,0 +1 @@ +Subproject commit d4f61bed8ecb632addcd5e088c4f4cb9c1bf1c5b