From 8ec38a9b6434e3fa3bb6e78a75803c8facf79cbc Mon Sep 17 00:00:00 2001 From: Martin Jambon Date: Thu, 16 Sep 2021 13:34:59 -0700 Subject: [PATCH] Add HCL (Terraform) and Hack to the list of supported languages --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 95505121..2f782220 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,6 +38,7 @@ Parsers for these languages are fairly complete: * [ERB / EJS](https://github.com/tree-sitter/tree-sitter-embedded-template) * [Fennel](https://github.com/travonted/tree-sitter-fennel) * [Go](https://github.com/tree-sitter/tree-sitter-go) +* [HCL](https://github.com/MichaHoffmann/tree-sitter-hcl) * [HTML](https://github.com/tree-sitter/tree-sitter-html) * [Java](https://github.com/tree-sitter/tree-sitter-java) * [JavaScript](https://github.com/tree-sitter/tree-sitter-javascript) @@ -69,6 +70,7 @@ Parsers for these languages are in development: * [Erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang/) * [Dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) * [Go mod](https://github.com/camdencheek/tree-sitter-go-mod) +* [Hack](https://github.com/slackhq/tree-sitter-hack) * [Haskell](https://github.com/tree-sitter/tree-sitter-haskell) * [Julia](https://github.com/tree-sitter/tree-sitter-julia) * [Kotlin](https://github.com/fwcd/tree-sitter-kotlin)