Merge branch 'kdl-v2' into zkat/allow-angles-and-comma

This commit is contained in:
Kat Marchán 2023-12-12 20:27:16 -08:00 committed by GitHub
commit 01ab3d9367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)