Files
tree-sitter-jhcl/tree-sitter.json
Michael Hoffmann fad991865f changelog: bump to 1.2.0
Signed-off-by: Michael Hoffmann <mhoffmann@cloudflare.com>
2025-06-16 15:47:02 +03:00

32 lines
616 B
JSON

{
"grammars": [
{
"name": "hcl",
"camelcase": "HCL",
"scope": "source.hcl",
"path": ".",
"file-types": [
"hcl"
]
},
{
"name": "terraform",
"camelcase": "Terraform",
"scope": "source.terraform",
"path": "dialects/terraform",
"file-types": [
"tf",
"tfvars"
]
}
],
"metadata": {
"version": "1.2.0",
"license": "Apache-2.0",
"description": "HCL and terraform grammar for tree-sitter",
"links": {
"repository": "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
}
}
}