summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/checkauto.l9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/checkauto.l b/src/checkauto.l
index 541bbf3f..c42d97cf 100644
--- a/src/checkauto.l
+++ b/src/checkauto.l
@@ -36,6 +36,15 @@ c_forpair |
c_forrange |
c_forfilter |
c_forwhile |
+c_formatch |
+c_fortoken |
+c_FOREACH |
+c_FORPAIR |
+c_FORRANGE |
+c_FORFILTER |
+c_FORWHILE |
+c_FORMATCH |
+c_FORTOKEN |
for |
while |
switch { block_type |= LOOP; state = BRACES; }