I was reading this question, and the code is displaying all in red (the colour normally reserved for strings).
I could perhaps understand no syntax highlighting (though the question is tagged Python), but why red?
|
I was reading this question, and the code is displaying all in red (the colour normally reserved for strings). I could perhaps understand no syntax highlighting (though the question is tagged Python), but why red? |
||||
|
|
|
It's using the regex tag to do the syntax highlighting, not the python tag:
Given the list of languages in Changes to syntax highlighting, which does include Python (as Though it is in Jeff's list, Python-only questions currently use
Even more surprising: it seems to me that |
|||||||||||
|
|
We have switched both python and regex to use the "default" prettify syntax highlighting. Regex was supported in prettify however wasn't creating the most ideal output. |
|||||||||
|