summaryrefslogtreecommitdiff
path: root/src/lib/lexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/lexer.mll')
-rw-r--r--src/lib/lexer.mll1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/lexer.mll b/src/lib/lexer.mll
index 50c25a7..2d6224c 100644
--- a/src/lib/lexer.mll
+++ b/src/lib/lexer.mll
@@ -51,6 +51,7 @@ rule letter = parse
| "el" ending { EL_ }
| "ent" ending { ENT_ }
| "ient" ending { IENT_ }
+| "ie" ending { IE_ }
| "x" ending { X_ }
(* This rule looks for a single line, terminated with '\n' or eof.