summaryrefslogtreecommitdiff
path: root/src/preproc/pic/lex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/pic/lex.cc')
-rw-r--r--src/preproc/pic/lex.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/preproc/pic/lex.cc b/src/preproc/pic/lex.cc
index 5b6d439a..0e0161c2 100644
--- a/src/preproc/pic/lex.cc
+++ b/src/preproc/pic/lex.cc
@@ -446,6 +446,10 @@ int lookup_keyword(const char *str, int len)
{ "center", CENTER },
{ "chop", CHOP },
{ "circle", CIRCLE },
+ { "color", COLORED },
+ { "colored", COLORED },
+ { "colour", COLORED },
+ { "coloured", COLORED },
{ "command", COMMAND },
{ "copy", COPY },
{ "cos", COS },
@@ -481,6 +485,8 @@ int lookup_keyword(const char *str, int len)
{ "min", K_MIN },
{ "move", MOVE },
{ "of", OF },
+ { "outline", OUTLINED },
+ { "outlined", OUTLINED },
{ "plot", PLOT },
{ "print", PRINT },
{ "rad", RADIUS },
@@ -491,6 +497,7 @@ int lookup_keyword(const char *str, int len)
{ "rjust", RJUST },
{ "same", SAME },
{ "sh", SH },
+ { "shaded", SHADED },
{ "sin", SIN },
{ "solid", SOLID },
{ "spline", SPLINE },