mirror of https://github.com/kdl-org/kdl.git
Use same order from grammar definition
This commit is contained in:
parent
8a28fd1c5e
commit
742489efe7
2
SPEC.md
2
SPEC.md
|
|
@ -107,7 +107,7 @@ The following characters cannot be used anywhere in a bare
|
||||||
|
|
||||||
* Any codepoint with hexadecimal value `0x20` or below.
|
* Any codepoint with hexadecimal value `0x20` or below.
|
||||||
* Any codepoint with hexadecimal value higher than `0x10FFFF`.
|
* Any codepoint with hexadecimal value higher than `0x10FFFF`.
|
||||||
* Any of `\/<>{};()[]=,"`
|
* Any of `\/(){}<>;[]=,"`
|
||||||
|
|
||||||
### Line Continuation
|
### Line Continuation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue