Possible Duplicate:
Changes to syntax highlighting

Some languages are not managed by the coloration system, such as nvelocity.

What is the technology used by Stack Overflow for syntax highlighting, and what are the languages which are detected?

link|improve this question
Spell checking? Did I miss something? – Garden Gnobobby Oct 25 '11 at 14:00
2  
@Asylum - no. Stack Exchange doesn't do spell checking. Your browser probably does though. – ChrisF Oct 25 '11 at 14:44
feedback

closed as exact duplicate by Lance Roberts, Popular Demand, Anna Lear, kiamlaluno, Kyle Cronin Oct 27 '11 at 19:00

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 5 down vote accepted

As reported in Changes to syntax highlighting, syntax highlighting is done with Google Code Prettify, and the known language IDs are the following ones: apollo, bsh, c, cc, cpp, cs, csh, css, cyc, cv, go, hs, htm, html, java, js, lisp, lua, m, ml, mxml, perl, pl, pm, proto, py, rb, scala, sh, sql, vb, vhdl, wiki, yaml, xhtml, xml, xsl.

The syntax highlighting applied is the one associated to the tags being used (moderators can associate a syntax highlighting to every tag), the default syntax highlighting that is set by Stack Exchange employers for each individual SE site (the default one used on Stack Overflow is probably different from the one used on Drupal Answers), or the one that is set using an HTML comment similar to the following one:

<!-- language: lang-c -->
link|improve this answer
ok thank you for your answer – Christophe Debove Oct 25 '11 at 13:59
feedback

Stack Exchange uses Google Code Prettify. See the Syntax Highlighting section of the editing help page for more info.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged