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.--- runtime/queries/hcl/folds.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 runtime/queries/hcl/folds.scm (limited to 'runtime/queries/hcl/folds.scm') diff --git a/runtime/queries/hcl/folds.scm b/runtime/queries/hcl/folds.scm new file mode 100644 index 00000000..cb20b2aa --- /dev/null +++ b/runtime/queries/hcl/folds.scm @@ -0,0 +1,6 @@ +[ + (comment) + (block) + (heredoc_template) + (object) +] @fold -- cgit v1.2.3-70-g09d2