Files
tree-sitter-jhcl/tree-sitter.json

32 lines
616 B
JSON
Raw Normal View History

2025-02-16 14:35:02 +01:00
{
"grammars": [
{
"name": "hcl",
2025-05-09 10:06:33 +03:00
"camelcase": "HCL",
2025-02-16 14:35:02 +01:00
"scope": "source.hcl",
"path": ".",
"file-types": [
"hcl"
]
},
{
"name": "terraform",
"camelcase": "Terraform",
"scope": "source.terraform",
2025-05-09 10:06:33 +03:00
"path": "dialects/terraform",
"file-types": [
2025-02-16 14:35:02 +01:00
"tf",
"tfvars"
]
}
],
"metadata": {
2025-05-09 10:06:33 +03:00
"version": "1.1.0",
"license": "Apache-2.0",
2025-05-09 10:06:33 +03:00
"description": "HCL and terraform grammar for tree-sitter",
2025-02-16 14:35:02 +01:00
"links": {
2025-05-09 10:06:33 +03:00
"repository": "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
2025-02-16 14:35:02 +01:00
}
}
}