{ "grammars": [ { "name": "p8-cart", "camelcase": "P8Cart", "scope": "source.p8-cart", "path": ".", "file-types": [ "p8" ] } ], "metadata": { "version": "0.0.1", "license": "0BSD", "description": "tree-sitter grammar for the PICO-8 .p8 cartridge text format", "links": { "repository": "https://github.com/tree-sitter/tree-sitter-p8-cart" } }, "bindings": { "c": true, "go": true, "node": true, "python": true, "rust": true, "swift": true } }