libraries: add tree-sitter-hcl

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2025-02-09 22:13:36 -05:00
parent 6ddd824237
commit 952c1f6dcb

View File

@@ -473,6 +473,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi
- [pyhcl](https://github.com/virtuald/pyhcl) - HCL parser in Python
- [python-hcl2](https://github.com/amplify-education/python-hcl2/) - HCL2 parser in Python
- [rhcl](https://github.com/winebarrel/rhcl) - Pure Ruby HCL parser :skull:
- [tree-sitter-hcl](https://github.com/tree-sitter-grammars/tree-sitter-hcl) - HCL grammar for tree-sitter
## Boilerplates