summaryrefslogtreecommitdiffstats
path: root/dimension/lexer.l
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-04-15 16:25:42 -0400
committerTavian Barnes <tavianator@gmail.com>2010-04-15 16:25:42 -0400
commitdf27a0fc92b4a26c92a1befd2fba21585fccc44a (patch)
treecbae5234ed0adec619067ea1162cbd20eca0518b /dimension/lexer.l
parent9563ecb2efb2eec6d83fa4f73b75dfb4dccbc34c (diff)
downloaddimension-df27a0fc92b4a26c92a1befd2fba21585fccc44a.tar.xz
Support planes in dimension.
Diffstat (limited to 'dimension/lexer.l')
-rw-r--r--dimension/lexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/dimension/lexer.l b/dimension/lexer.l
index cc5fef5..5039bef 100644
--- a/dimension/lexer.l
+++ b/dimension/lexer.l
@@ -222,6 +222,7 @@ unsigned long wchar;
"phong_size" RETURN_TOKEN(DMNSN_T_PHONG_SIZE);
"pi" RETURN_TOKEN(DMNSN_T_PI);
"pigment" RETURN_TOKEN(DMNSN_T_PIGMENT);
+"plane" RETURN_TOKEN(DMNSN_T_PLANE);
"pow" RETURN_TOKEN(DMNSN_T_POW);
"radians" RETURN_TOKEN(DMNSN_T_RADIANS);
"red" RETURN_TOKEN(DMNSN_T_RED);