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*
|
unambiguous-ident := (identifier-char - digit - sign - "#") identifier-char*
|
||||||
numberish-ident := sign ((identifier-char - digit) identifier-char*)?
|
numberish-ident := sign ((identifier-char - digit) identifier-char*)?
|
||||||
identifier-char := unicode - line-space - [\\/(){};\[\]="] - disallowed-literal-code-points
|
identifier-char := unicode - line-space - [\\/(){};\[\]="] - disallowed-literal-code-points
|
||||||
|
|
||||||
keyword := boolean | 'null'
|
keyword := boolean | 'null'
|
||||||
prop := identifier '=' valuel
|
prop := identifier '=' valuel
|
||||||
value := type? (string | number | keyword)
|
value := type? (string | number | keyword)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue