feat(package): hemar: tree sitter grammar
This commit is contained in:
40
package/hemar/grammar/tree-sitter/tree-sitter.json
Normal file
40
package/hemar/grammar/tree-sitter/tree-sitter.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user