summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/levcomp.lpp
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/util/levcomp.lpp')
-rw-r--r--crawl-ref/source/util/levcomp.lpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/util/levcomp.lpp b/crawl-ref/source/util/levcomp.lpp
index 4cc718855a..6df93afa7c 100644
--- a/crawl-ref/source/util/levcomp.lpp
+++ b/crawl-ref/source/util/levcomp.lpp
@@ -161,6 +161,10 @@ NSPACE [^\ \t\r\n]
^prelude[ \t]*\{\{ { BEGIN(LUA); return PRELUDE; }
^lua[ \t]*\{\{ { BEGIN(LUA); return MAIN; }
^[ \t]*\{\{ { BEGIN(LUA); return MAIN; }
+^validate[ \t]*\{\{ { BEGIN(LUA); return VALIDATE; }
+^veto[ \t]*\{\{ { BEGIN(LUA); return VETO; }
+
+
NAME: { BEGIN(ARGUMENT); return NAME; }
default-depth: { BEGIN(ARGUMENT); return DEFAULT_DEPTH; }
DEPTH: { BEGIN(ARGUMENT); return DEPTH; }