chore: initial tree-sitter scaffold

This commit is contained in:
2026-05-17 05:00:11 +02:00
commit 1596154284
18 changed files with 1605 additions and 0 deletions
+42
View File
@@ -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
}
}