Update SPEC.md

This commit is contained in:
Kat Marchán 2021-08-21 18:03:04 -07:00 committed by GitHub
parent 5b45776556
commit 4a02b36a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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