diff options
author | Kirawi | 2021-11-29 01:38:17 +0000 |
---|---|---|
committer | GitHub | 2021-11-29 01:38:17 +0000 |
commit | 6f1a7b1220c2ae565a2542fb089eb6d87f0a9421 (patch) | |
tree | c0ee12e9208129b15ec7dc35d52f8cf00f5c0abb /.gitmodules | |
parent | dc53e65b9e9be71c49eaa86e0f4dabb69f586e2e (diff) |
Add llvm grammar (#1167)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 039a3ee3..6295b9e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -146,3 +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"] + path = helix-syntax/languages/tree-sitter-llvm + url = https://github.com/benwilliamgraham/tree-sitter-llvm + shallow = true |