My answer here is on a question that is tagged javascript html5 canvas animation. When I am editing the question I occasionally see syntax highlighting applied to the code block. However, when I view the question/answer on the site I don't. How do I get syntax highlighting applied?
feedback
|
|
Heh... Turns out, someone set the default highlighting language for html5 to
...But apparently, html5 was overlooked when this was fixed for html. And so combining html5 and javascript would break syntax highlighting for the script, since as far as the system was concerned, html5's I've set the default language back to... default. | ||||
|
feedback
|
|
The language key you need is For a full list of languages supported, see Jeff's answer here. | |||||||||||
feedback
|