{ "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json", "grammars": [ { "name": "pico8_lua", "scope": "source.pico8-lua", "path": ".", "file-types": [ "p8lua" ], "injection-regex": "^pico-?8[-_ ]?lua$" } ], "metadata": { "version": "0.0.1", "license": "MIT", "description": "PICO-8 Lua dialect grammar (forked from tree-sitter-lua)" }, "bindings": { "c": true, "go": false, "node": true, "python": false, "rust": false, "swift": false } }