mirror of https://github.com/kdl-org/kdl.git
Update SPEC.md
This commit is contained in:
parent
5b45776556
commit
4a02b36a88
2
SPEC.md
2
SPEC.md
|
|
@ -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+
|
||||
|
|
|
|||
Loading…
Reference in New Issue