aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMichael Daffin2022-02-25 08:48:20 +0000
committerGitHub2022-02-25 08:48:20 +0000
commit93ec42d06e6c7b8c157fd17a1ed40dda3ee91bf3 (patch)
tree4d1cfb264f16887f99842b7829fb0d7ddfd73ec7 /.gitmodules
parenta494f47a5df543a3ab8d6530a5acbc2a5bd04d44 (diff)
Add support for HCL language (#1705)
Queries based on the neovims ones: https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/hcl and modified for helix support.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index fa1e0900..6c0b1fe2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -234,3 +234,7 @@
path = helix-syntax/languages/tree-sitter-kotlin
url = https://github.com/fwcd/tree-sitter-kotlin.git
shallow = true
+[submodule "helix-syntax/languages/tree-sitter-hcl"]
+ path = helix-syntax/languages/tree-sitter-hcl
+ url = https://github.com/MichaHoffmann/tree-sitter-hcl.git
+ shallow = true