tree-sitter/test/fixtures/test_grammars/start_rule_is_blank/grammar.json
Max Brunsfeld 6dc0ff359d Rename spec -> test
'Test' is a lot more straightforward of a name.
2017-03-09 20:40:01 -08:00

6 lines
No EOL
89 B
JSON

{
"name": "start_rule_is_blank",
"rules": {
"first_rule": {"type": "BLANK"}
}
}