summaryrefslogtreecommitdiffstats
path: root/dimension/lexer.l
diff options
context:
space:
mode:
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 5e1afa2..c5eeca7 100644
--- a/dimension/lexer.l
+++ b/dimension/lexer.l
@@ -258,6 +258,7 @@ unsigned long wchar;
"sin" RETURN_TOKEN(DMNSN_T_SIN);
"sinh" RETURN_TOKEN(DMNSN_T_SINH);
"sky" RETURN_TOKEN(DMNSN_T_SKY);
+"sky_sphere" RETURN_TOKEN(DMNSN_T_SKY_SPHERE);
"sphere" RETURN_TOKEN(DMNSN_T_SPHERE);
"sqrt" RETURN_TOKEN(DMNSN_T_SQRT);
"strcmp" RETURN_TOKEN(DMNSN_T_STRCMP);