{ "grammars": [ { "name": "terraform", "camelcase": "Terraform", "scope": "source.terraform", "path": ".", "file-types": null, "injection-regex": "^terraform$" } ], "metadata": { "version": "0.0.1", "license": "MIT", "description": "Terraform grammar for tree-sitter", "links": { "repository": "https://github.com/tree-sitter/tree-sitter-terraform" } }, "bindings": { "c": false, "go": false, "node": false, "python": false, "rust": false, "swift": false } }