{ "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json", "grammars": [ { "name": "tumblr", "camelcase": "Tumblr", "title": "Tumblr", "scope": "text.html.tumblr", "file-types": [ "tumblr" ], "injection-regex": "^tumblr$", "class-name": "TreeSitterTumblr" } ], "metadata": { "version": "0.1.0", "license": "Apache-2.0", "description": "Tumblr grammar for tree-sitter", "authors": [ { "name": "Oscar Wallberg", "email": "oscar.wallberg@outlook.com" } ], "links": { "repository": "https://git.owall.dev/warg/tree-sitter-tumblr" } }, "bindings": { "c": true, "go": false, "java": false, "node": false, "python": false, "rust": false, "swift": false, "zig": false } }