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

22 lines
394 B
JSON
Generated

{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json",
"name": "emm",
"rules": {
"source_file": {
"type": "STRING",
"value": "hello"
}
},
"extras": [
{
"type": "PATTERN",
"value": "\\s"
}
],
"conflicts": [],
"precedences": [],
"externals": [],
"inline": [],
"supertypes": [],
"reserved": {}
}