X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/a356587aacf682b584fbbebf7b999154755e80c7..ed57989d1c1d6cb9b675fdf18fb877b25b9fca5a:/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));