From 93ec42d06e6c7b8c157fd17a1ed40dda3ee91bf3 Mon Sep 17 00:00:00 2001 From: Michael Daffin Date: Fri, 25 Feb 2022 08:48:20 +0000 Subject: 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.--- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3-70-g09d2