feat!: update bindings
This commit is contained in:
committed by
Michael Hoffmann
parent
41a2e70241
commit
8b209bbb95
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user