{ "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json", "grammars": [ { "name": "yaml", "camelcase": "YAML", "scope": "source.yaml", "file-types": [ "yml", "yaml" ], "highlights": [ "queries/highlights.scm" ], "injection-regex": "^yaml$" } ], "metadata": { "version": "0.7.0", "license": "MIT", "description": "YAML grammar for tree-sitter", "authors": [ { "name": "Ika", "email": "ikatyang@gmail.com", "url": "https://github.com/ikatyang" }, { "name": "Amaan Qureshi", "email": "amaanq12@gmail.com" } ], "links": { "repository": "https://github.com/tree-sitter-grammars/tree-sitter-yaml" } }, "bindings": { "c": true, "go": true, "node": true, "python": true, "rust": true, "swift": true } }