mirror of https://github.com/kdl-org/kdl.git
Merge branch 'kdl-v2' into zkat/allow-angles-and-comma
This commit is contained in:
commit
01ab3d9367
1
SPEC.md
1
SPEC.md
|
|
@ -523,6 +523,7 @@ bare-identifier := (unambiguous-ident | numberish-ident) - keyword
|
|||
unambiguous-ident := (identifier-char - digit - sign - "#") identifier-char*
|
||||
numberish-ident := sign ((identifier-char - digit) identifier-char*)?
|
||||
identifier-char := unicode - line-space - [\\/(){};\[\]="] - disallowed-literal-code-points
|
||||
|
||||
keyword := boolean | 'null'
|
||||
prop := identifier '=' valuel
|
||||
value := type? (string | number | keyword)
|
||||
|
|
|
|||
Loading…
Reference in New Issue