X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/a356587aacf682b584fbbebf7b999154755e80c7..2462aefc2f65464b9f2812d7c01b81c03d4ab9ff:/src/domtool.lex diff --git a/src/domtool.lex b/src/domtool.lex index 4f51821..65ceda1 100644 --- a/src/domtool.lex +++ b/src/domtool.lex @@ -138,6 +138,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)); + "var" => (Tokens.ENV (yypos, yypos + size yytext)); "context" => (Tokens.CONTEXT (yypos, yypos + size yytext)); "Root" => (Tokens.ROOT (yypos, yypos + size yytext));