aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/lingo/lingo-lex.l')
-rw-r--r--engines/director/lingo/lingo-lex.l8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo-lex.l b/engines/director/lingo/lingo-lex.l
index 2e21c7e517..5823a36160 100644
--- a/engines/director/lingo/lingo-lex.l
+++ b/engines/director/lingo/lingo-lex.l
@@ -47,9 +47,17 @@ whitespace [\t ]
--[^\r\n]*
^{whitespace}
[\t]+ { return ' '; }
+
+frame { return tFRAME; }
+go { return tGO; }
into { return tINTO; }
+loop { return tLOOP; }
mci { return tMCI; }
mciwait { return tMCIWAIT; }
+movie { return tMOVIE; }
+next { return tNEXT; }
+of { return tOF; }
+previous { return tPREVIOUS; }
put { return tPUT; }
set { return tSET; }
to { return tTO; }