Tagged Questions
1
vote
1answer
42 views
CSS hex color bug
When you see a question in Code Review with some CSS and hex color codes in it, it appears like a comment.
I think the syntax highlighter thinks that CSS uses python style comments i.e. print "2" ...
5
votes
1answer
66 views
Lisp symbols not highlighted correctly
Exhibit A:
The symbol d_n+1 is highlighted as the variable d_n, operator+, and 1. This is incorrect; the symbol should be all one color.
2
votes
1answer
116 views
Tag based syntax highlighting not working on all tags
If you look at this question, you'll see that it's wrongly highlighted and the poster had to add 's in comments, so the whole code didn't show up as a big string.
The reason for this is that the code ...