42 lines
900 B
JSON
42 lines
900 B
JSON
{
|
|
"$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",
|
|
"url": ""
|
|
}
|
|
],
|
|
"links": {
|
|
"repository": "git.owall.dev/warg/tree-sitter-tumblr",
|
|
"funding": ""
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": true,
|
|
"go": false,
|
|
"java": false,
|
|
"node": false,
|
|
"python": false,
|
|
"rust": false,
|
|
"swift": false,
|
|
"zig": false
|
|
}
|
|
} |