Add <@ elsif expression @>
[tedtools.git] / tmpl_scan.l
index 5024589..81be52f 100644 (file)
@@ -206,6 +206,7 @@ static KeyWord keywords[] = {
        { "ELSE",               0,      ELSE_P          },
        { "LOOP",               0,      LOOP_P          },
        { "SELF",               0,      SELF_P          },
+       { "ELSIF",              0,      ELSIF_P         },
        { "ENDIF",              0,      ENDIF_P         },
        { "ENDLOOP",    0,      ENDLOOP_P       } 
 };