diff --git a/SPEC.md b/SPEC.md index 5512009..f0443d7 100644 --- a/SPEC.md +++ b/SPEC.md @@ -419,7 +419,7 @@ bare-identifier := ((identifier-char - digit - sign) identifier-char* | sign ((i identifier-char := unicode - linespace - [\/(){}<>;[]=,"] keyword := boolean | 'null' prop := identifier '=' value -value := (type ws*)? (string | number | keyword) +value := type? (string | number | keyword) type := '(' identifier ')' string := raw-string | escaped-string