summaryrefslogtreecommitdiff
path: root/src/lacweb.lex
diff options
context:
space:
mode:
Diffstat (limited to 'src/lacweb.lex')
-rw-r--r--src/lacweb.lex1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lacweb.lex b/src/lacweb.lex
index 862d5d31..b62edcc6 100644
--- a/src/lacweb.lex
+++ b/src/lacweb.lex
@@ -242,6 +242,7 @@ notags = [^<{\n]+;
<INITIAL> ":::" => (Tokens.TCOLON (pos yypos, pos yypos + size yytext));
<INITIAL> "::" => (Tokens.DCOLON (pos yypos, pos yypos + size yytext));
<INITIAL> ":" => (Tokens.COLON (pos yypos, pos yypos + size yytext));
+<INITIAL> "..." => (Tokens.DOTDOTDOT (pos yypos, pos yypos + size yytext));
<INITIAL> "." => (Tokens.DOT (pos yypos, pos yypos + size yytext));
<INITIAL> "$" => (Tokens.DOLLAR (pos yypos, pos yypos + size yytext));
<INITIAL> "#" => (Tokens.HASH (pos yypos, pos yypos + size yytext));