diff options
| author | Juan Linietsky | 2015-12-31 14:30:50 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-31 14:30:50 -0300 |
| commit | bc2b1696e6bbe2cd50c65be81ee2bed71ea7cf9e (patch) | |
| tree | 070d4530036da0b1504d681ba3bc2ef19c4260ff /core/variant_parser.h | |
| parent | ff1763e38f5ded25a5a3b19d739757bb6d2c44ac (diff) | |
| download | godot-bc2b1696e6bbe2cd50c65be81ee2bed71ea7cf9e.tar.gz godot-bc2b1696e6bbe2cd50c65be81ee2bed71ea7cf9e.tar.zst godot-bc2b1696e6bbe2cd50c65be81ee2bed71ea7cf9e.zip | |
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 831876705..16d576a6b 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, |
