Bug with highlighting certain combinations of numbers/words
Posted: Fri Apr 16, 2010 6:57 pm
For example, lets assume this falls within syntax highlighting.
With top, bottom, px being a keywords, set to display in red.
I believe it should either display px as highlighted or not, and not mixed, or there should be an option for adding - to valid numerals.
With top, bottom, px being a keywords, set to display in red.
(Yes, 10.1 is 'invalid' for CSS, included for testing-completeness sake)h1 {
top: 10px;
top: 10.1px;
bottom: -10px
}
I believe it should either display px as highlighted or not, and not mixed, or there should be an option for adding - to valid numerals.