Files
tree-sitter-emm/tree-sitter.json
2025-10-17 21:07:51 +08:00

40 lines
837 B
JSON

{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "emm",
"camelcase": "Emm",
"title": "Emm",
"scope": "source.emm",
"file-types": [
"emm"
],
"injection-regex": "^emm$",
"class-name": "TreeSitterEmm"
}
],
"metadata": {
"version": "0.1.0",
"license": "MIT",
"description": "Emm grammar for tree-sitter",
"authors": [
{
"name": "xiteng",
"email": "LiuXiteng72@gmail.com",
"url": "https://xiteng.site/"
}
],
"links": {
"repository": "https://github.com/tree-sitter/tree-sitter-emm"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true,
"zig": false
}
}