Skip to content

Commit a1d5e32

Browse files
committed
feat: add tree-sitter-hcl
1 parent e0abc0a commit a1d5e32

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,6 @@
223223
[submodule "tree-sitter-elm"]
224224
path = tree-sitter-elm
225225
url = https://github.com/elm-tooling/tree-sitter-elm.git
226+
[submodule "tree-sitter-hcl"]
227+
path = tree-sitter-hcl
228+
url = https://github.com/tree-sitter-grammars/tree-sitter-hcl.git

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pub fn build(b: *std.Build) void {
4444
.{ "go", null },
4545
.{ "hare", null },
4646
.{ "haskell", null },
47+
.{ "hcl", null },
4748
.{ "html", null },
4849
.{ "hurl", null },
4950
.{ "java", null },

tree-sitter-hcl

Submodule tree-sitter-hcl added at de10d49

0 commit comments

Comments
 (0)