diff options
author | Michael Daffin | 2022-02-25 08:48:20 +0000 |
---|---|---|
committer | GitHub | 2022-02-25 08:48:20 +0000 |
commit | 93ec42d06e6c7b8c157fd17a1ed40dda3ee91bf3 (patch) | |
tree | 4d1cfb264f16887f99842b7829fb0d7ddfd73ec7 /.gitmodules | |
parent | a494f47a5df543a3ab8d6530a5acbc2a5bd04d44 (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-- | .gitmodules | 4 |
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 |