X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/629a34f64f780c03d049d20057acc9a487162272..095de39e1be653dcb6438d19c719bd7797e0772a:/src/domtool.lex diff --git a/src/domtool.lex b/src/domtool.lex index 5e40aa2..cafd14e 100644 --- a/src/domtool.lex +++ b/src/domtool.lex @@ -131,6 +131,7 @@ lineComment = #[^\n]*\n; "extern" => (Tokens.EXTERN (yypos, yypos + size yytext)); "type" => (Tokens.TYPE (yypos, yypos + size yytext)); "val" => (Tokens.VAL (yypos, yypos + size yytext)); + "context" => (Tokens.CONTEXT (yypos, yypos + size yytext)); "Root" => (Tokens.ROOT (yypos, yypos + size yytext));