rubychan / coderay

Fast and easy syntax highlighting for selected languages, written in Ruby.
http://coderay.rubychan.de/
Other
847 stars 115 forks source link

CSS scanner misinterprets open string #124

Open korny opened 11 years ago

korny commented 11 years ago

The "s" here is not the delimiter of the string, but the last content inside of the string:

screenshot_01

Also, the scanner does not use keep_state for multi-line comments; should be fixed in #116.