chore: initial tree-sitter scaffold
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user