aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMichael Davis2021-10-16 08:58:04 +0000
committerGitHub2021-10-16 08:58:04 +0000
commite069fb9dea0d41eedb9257050f2231b7b0b88d0e (patch)
tree15eaaec8b93a8eab941fa9515c851e3562287a06 /.gitmodules
parent43465926be77e6890203fe6a4942f674bfb2a8f4 (diff)
Add highlight support for tree-sitter-query language (tsq) (#845)
* add submodule on tree-sitter/tree-sitter-tsq mark tsq submodule as shallow * add tree-sitter-tsq to languages * add highlight queries for tsq * Update .gitmodules Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 95b3670b..a8e6481e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -126,3 +126,7 @@
path = helix-syntax/languages/tree-sitter-vue
url = https://github.com/ikatyang/tree-sitter-vue
shallow = true
+[submodule "helix-syntax/languages/tree-sitter-tsq"]
+ path = helix-syntax/languages/tree-sitter-tsq
+ url = https://github.com/tree-sitter/tree-sitter-tsq
+ shallow = true