mirror of https://github.com/kdl-org/kdl.git
messing with nodes some more
This commit is contained in:
parent
dfc1441ec9
commit
b30b0cf93a
2
SPEC.md
2
SPEC.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue