summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/propstrings.c')
-rw-r--r--src/parse/propstrings.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c
index 7a4abd5..35466eb 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -26,6 +26,13 @@ static css__propstrings_ctx css__propstrings;
const stringmap_entry stringmap[LAST_KNOWN] = {
{ "*", SLEN("*") },
+ { ":", SLEN(":") },
+ { ",", SLEN(",") },
+ { ";", SLEN(";") },
+ { "{", SLEN("{") },
+ { "}", SLEN("}") },
+ { "0", SLEN("0") },
+
{ "charset", SLEN("charset") },
{ "import", SLEN("import") },
{ "media", SLEN("media") },