Mercurial > urweb
diff src/urweb.lex @ 718:f152f215a02c
style declarations
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 12 Apr 2009 10:08:11 -0400 |
parents | 0f42461273cf |
children | 16bfd9e244cd |
line wrap: on
line diff
--- a/src/urweb.lex Thu Apr 09 16:36:50 2009 -0400 +++ b/src/urweb.lex Sun Apr 12 10:08:11 2009 -0400 @@ -319,6 +319,7 @@ <INITIAL> "sequence" => (Tokens.SEQUENCE (pos yypos, pos yypos + size yytext)); <INITIAL> "class" => (Tokens.CLASS (pos yypos, pos yypos + size yytext)); <INITIAL> "cookie" => (Tokens.COOKIE (pos yypos, pos yypos + size yytext)); +<INITIAL> "style" => (Tokens.STYLE (pos yypos, pos yypos + size yytext)); <INITIAL> "Type" => (Tokens.TYPE (pos yypos, pos yypos + size yytext)); <INITIAL> "Name" => (Tokens.NAME (pos yypos, pos yypos + size yytext));