Yes, I saw this question about adding LaTeX syntax highlighting to the general purpose system on StackOverflow proper. However, there are now at least three sites (mathoverflow, math.stackexchange, and tex.stackexchange), where LaTeX is probably going to be the only language inside all those code blocks. So this is a request for a single-language syntax highlighting system just for LaTeX to be used on those sites.
Shreevatsar posted on meta.tex.stackexchange:
A toy example of something that ought to be highlighted correctly:
\begin{enumerate}
\item This is # not a comment
\item This is % a comment
\end{enumerate}
A good syntax highlighter would recognize which lines are comments, and also probably do something with 'begin', 'end' and 'item' (as the LaTeX Wikibook does).
(It seems a weaker version of this has been asked before as Syntax Highlighting Hints, and there's even a somewhat simple hack that is not implemented. Irrespective of all that history, consider this another request for TeX-specific syntax highlighting on this website, not necessarily using any of the more general solutions.)