diff options
Diffstat (limited to 'core/variant_parser.h')
-rw-r--r-- | core/variant_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant_parser.h b/core/variant_parser.h index 831876705d..16d576a6b4 100644 --- a/core/variant_parser.h +++ b/core/variant_parser.h @@ -66,6 +66,7 @@ public: TK_IDENTIFIER, TK_STRING, TK_NUMBER, + TK_COLOR, TK_COLON, TK_COMMA, TK_EQUAL, |