Open GoogleCodeExporter opened 8 years ago
sorry
regex should be
{ regex: new RegExp('-gt|-lt|-le|-eq|-ne|-ge', 'g'), css: 'keyword' }
Original comment by mdjwo...@gmail.com
on 20 Oct 2008 at 4:01
Also, you could add the variables regex as well
{ regex: new RegExp('\\$\\w+', 'g'), css: 'vars' }
And there seems to be no styling for the vars class, I'd used (in
SyntaxHighlighter.css)
.dp-highlighter .vars { color: red; }
Great app btw, thanks for the hard work.
Original comment by mdjwo...@gmail.com
on 20 Oct 2008 at 4:07
Original issue reported on code.google.com by
mdjwo...@gmail.com
on 20 Oct 2008 at 3:49