feat(package): hemar: tree sitter grammar

This commit is contained in:
2025-11-27 17:53:49 +00:00
parent 777d48bf3d
commit 345f94742e
38 changed files with 2891 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "hemar",
"camelcase": "Hemar",
"title": "Hemar",
"scope": "source.hemar",
"file-types": [
"hemar"
],
"injection-regex": "^hemar$",
"class-name": "TreeSitterHemar"
}
],
"metadata": {
"version": "0.1.0",
"license": "MIT",
"description": "templater",
"authors": [
{
"name": "yukkop",
"email": "hectic.yukkop@gmail.com",
"url": "https://yukkop.dev/"
}
],
"links": {
"repository": "https://github.com/hectic-lab/util.nix"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true,
"zig": false
}
}