Add recursive loop to support tree-like structures
[tedtools.git] / tmpl_scan.l
index 318736c..5024589 100644 (file)
@@ -205,6 +205,7 @@ static KeyWord keywords[] = {
        { "IF",                 0,      IF_P            },
        { "ELSE",               0,      ELSE_P          },
        { "LOOP",               0,      LOOP_P          },
+       { "SELF",               0,      SELF_P          },
        { "ENDIF",              0,      ENDIF_P         },
        { "ENDLOOP",    0,      ENDLOOP_P       } 
 };