messing with nodes some more

This commit is contained in:
Kat Marchán 2020-12-18 21:32:40 -08:00
parent dfc1441ec9
commit b30b0cf93a
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ Note that for the purpose of new lines, CRLF is considered _a single newline_.
## Full Grammar
```
nodes := linespace* node* linespace*
nodes := linespace* (node nodes?)? linespace*
node := ('/-' ws*)? identifier (node-space node-props-and-args)* node-space* (node-terminator | node-children)
node-props-and-args := ('/-' ws*)? (prop | value)