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": [
|
2025-03-30 15:34:01 +02:00
|
|
|
"hcl"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "terraform",
|
|
|
|
|
"camelcase": "Terraform",
|
|
|
|
|
"scope": "source.terraform",
|
2025-05-09 10:06:33 +03:00
|
|
|
"path": "dialects/terraform",
|
2025-03-30 15:34:01 +02:00
|
|
|
"file-types": [
|
2025-02-16 14:35:02 +01:00
|
|
|
"tf",
|
|
|
|
|
"tfvars"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"metadata": {
|
2025-06-15 13:50:55 +00:00
|
|
|
"version": "1.2.0",
|
2025-03-30 14:02:12 +02:00
|
|
|
"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
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|