I was wondering how stackoverflow (wmd) solves syntax highlighting on source code snippets.
I understand that if text is marked as code it gets that <pre> CODE </pre> tags and that the wmd then recoginzes this as code snippet. But how is the syntax highlighting itself done?
I noticed that all this must happen based on javascript and no ajax and server based stuff is involved at all.
Can someone explain to me how this is done? How is the programming language of a code piece detected? Does this work like an 'exact' science (mean code is really detected as ie. Ruby code) or is is code highlighted done by a 'generic' code syntax highlighting?
<code><pre> CODE </pre></code>– Brad Gilbert Sep 18 '09 at 14:45