aboutsummaryrefslogtreecommitdiff
path: root/lib/lexer.mll
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/lexer.mll1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lexer.mll b/lib/lexer.mll
index e8a7a73..41a2abc 100644
--- a/lib/lexer.mll
+++ b/lib/lexer.mll
@@ -20,6 +20,7 @@ rule read =
| "uuidv4" { UUIDV4 }
| "name" { NAME }
| ":" { COLON }
+ | ";" { SEMICOLON }
| "," { COMMA }
| "\n" { NEWLINE }
| "." { DOT }