X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/75d4c2d6fb7996625d062f5949ceb2e66c0a70ab..3b7f9c260a684e723a1cfac3a98ac55120ec1a51:/src/domtool.lex diff --git a/src/domtool.lex b/src/domtool.lex index dd4391b..4f51821 100644 --- a/src/domtool.lex +++ b/src/domtool.lex @@ -133,6 +133,7 @@ lineComment = #[^\n]*\n; "if" => (Tokens.IF (yypos, yypos + size yytext)); "then" => (Tokens.THEN (yypos, yypos + size yytext)); "else" => (Tokens.ELSE (yypos, yypos + size yytext)); + "Skip" => (Tokens.SKIP (yypos, yypos + size yytext)); "extern" => (Tokens.EXTERN (yypos, yypos + size yytext)); "type" => (Tokens.TYPE (yypos, yypos + size yytext));