{ "grammars": [ { "name": "go", "camelcase": "Go", "scope": "source.go", "path": ".", "file-types": [ "go" ], "highlights": "queries/highlights.scm", "tags": "queries/tags.scm" } ], "metadata": { "version": "0.23.4", "license": "MIT", "description": "Go grammar for tree-sitter", "authors": [ { "name": "Max Brunsfeld", "email": "maxbrunsfeld@gmail.com" }, { "name": "Amaan Qureshi", "email": "amaanq12@gmail.com" } ], "links": { "repository": "https://github.com/tree-sitter/tree-sitter-go" } }, "bindings": { "c": true, "go": true, "node": true, "python": true, "rust": true, "swift": true } }