tree-sitter-bp/src/grammar.json

22 lines
291 B
JSON
Raw Normal View History

2024-04-07 20:59:34 +02:00
{
"name": "blueprint",
"rules": {
"source_file": {
"type": "STRING",
"value": "hello"
}
},
"extras": [
{
"type": "PATTERN",
"value": "\\s"
}
],
"conflicts": [],
"precedences": [],
"externals": [],
"inline": [],
"supertypes": []
}