markwatkinson / luminous

Accurate and powerful syntax highlighting library
http://luminous.asgaard.co.uk
GNU Lesser General Public License v2.1
50 stars 5 forks source link

CSS lexer will bork on @media and similar #20

Closed markwatkinson closed 12 years ago

markwatkinson commented 12 years ago

CSS lexer will bork on things like

@media screen {
  .class { width: 100%; }
}

as it won't descend down to an arbitrary level, which is sort of correct most of the time, but there are valid special cases like this.