aboutsummaryrefslogtreecommitdiff
path: root/src/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.l')
-rw-r--r--src/lex.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lex.l b/src/lex.l
index 29646335..017e835c 100644
--- a/src/lex.l
+++ b/src/lex.l
@@ -539,6 +539,8 @@ while return keyword(WHILE);
for return keyword(FOR);
break return keyword(BREAK);
pass return keyword(PASS);
+begin return keyword(KW_BEGIN);
+end return keyword(KW_END);
{MACRO} { return builtin_macro(yytext); }
<ONBLOCK>poll return keyword(POLL);

Return to:

Send suggestions and report system problems to the System administrator.