diff options
author | ath3 | 2021-10-22 23:57:21 +0000 |
---|---|---|
committer | GitHub | 2021-10-22 23:57:21 +0000 |
commit | 787ba4f233a38e42cfeab5c5125122d7d7b85e8f (patch) | |
tree | 65ffc5ec151db68c9967ebfecec2640d4df87722 /.gitmodules | |
parent | 6c995fa6906f9d6895d27fd4b595ba254cbb966a (diff) |
CMake support (#888)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 01260b84..7ed34ad3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -130,3 +130,7 @@ path = helix-syntax/languages/tree-sitter-tsq url = https://github.com/tree-sitter/tree-sitter-tsq shallow = true +[submodule "helix-syntax/languages/tree-sitter-cmake"] + path = helix-syntax/languages/tree-sitter-cmake + url = https://github.com/uyha/tree-sitter-cmake + shallow = true |