Update cli/src/generate/grammar-schema.json

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@github.com>
This commit is contained in:
Steven Kalt 2020-02-24 18:13:38 -05:00 committed by GitHub
parent c5ca259d09
commit d82ee739e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@
},
"supertypes": {
"description": "each supertype instructs the parser to replace a set of subtypes in the `types` list with a single supertype.",
"description": "A list of hidden rule names that should be considered supertypes in the generated node types file. See http://tree-sitter.github.io/tree-sitter/using-parsers#static-node-types.",
"type": "array",
"items": {
"description": "the name of a rule in `rules` or `extras`",