feat!: update bindings

This commit is contained in:
ObserverOfTime
2025-05-09 10:06:33 +03:00
committed by Michael Hoffmann
parent 41a2e70241
commit 8b209bbb95
23 changed files with 337 additions and 114 deletions

View File

@@ -2,7 +2,7 @@
"grammars": [
{
"name": "hcl",
"camelcase": "Hcl",
"camelcase": "HCL",
"scope": "source.hcl",
"path": ".",
"file-types": [
@@ -13,7 +13,7 @@
"name": "terraform",
"camelcase": "Terraform",
"scope": "source.terraform",
"path": "./dialects/terraform/",
"path": "dialects/terraform",
"file-types": [
"tf",
"tfvars"
@@ -21,15 +21,15 @@
}
],
"metadata": {
"version": "0.2.0-snapshot",
"version": "1.1.0",
"license": "Apache-2.0",
"description": "HCL grammar for tree-sitter",
"description": "HCL and terraform grammar for tree-sitter",
"links": {
"repository": "https://github.com/tree-sitter/tree-sitter-hcl"
"repository": "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
}
},
"bindings": {
"c": false,
"c": true,
"go": false,
"node": true,
"python": false,