summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/propstrings.h')
-rw-r--r--src/parse/propstrings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h
index 01108a8..2ed0743 100644
--- a/src/parse/propstrings.h
+++ b/src/parse/propstrings.h
@@ -14,6 +14,10 @@ enum {
/* Universal selector */
UNIVERSAL,
+ /* Common tokens */
+ COLON, COMMA, SEMICOLON, OPEN_CURLY_BRACE, CLOSE_CURLY_BRACE,
+ ZERO_VALUE,
+
/* At-rules */
CHARSET, LIBCSS_IMPORT, MEDIA, NAMESPACE, FONT_FACE, PAGE,