From 4ddd6b7f2ec82155b7535062b4af67618ce70e30 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 7 Nov 2010 17:39:23 -0500 Subject: Support checkered pigments in dimension. --- dimension/lexer.l | 1 + 1 file changed, 1 insertion(+) (limited to 'dimension/lexer.l') diff --git a/dimension/lexer.l b/dimension/lexer.l index 58a2dba..511e3df 100644 --- a/dimension/lexer.l +++ b/dimension/lexer.l @@ -182,6 +182,7 @@ unsigned long wchar; "blue" RETURN_TOKEN(DMNSN_T_BLUE); "ceil" RETURN_TOKEN(DMNSN_T_CEIL); "camera" RETURN_TOKEN(DMNSN_T_CAMERA); +"checker" RETURN_TOKEN(DMNSN_T_CHECKER); "color" RETURN_TOKEN(DMNSN_T_COLOR); "colour" RETURN_TOKEN(DMNSN_T_COLOR); "cone" RETURN_TOKEN(DMNSN_T_CONE); -- cgit v1.2.3