We're using a Geshi (Generalized Syntax Highlighting) add-in to provide syntax color-coding for any programming language you might ask a question about.
To mark a section of code with this, surround it with the
[highlight="language"]
[/highlight]
tags like this for example for CSS:
[highlight="css"]
Your CSS code here
[/highlight]
Some of the valid language types that are available and appropriate for this forum include: ASP, C, Csharp, HTML, Java, JavaScript, Perl, PHP, Python, Ruby, SQL, Visual Basic, XML.
Here is a complete list of currently supported language tags for this feature.
More information about Geshi Syntax highlighting |