With a bit of elbow grease, I managed to coax the Syntax Highlighter mod into working with the Dark Light MC Theme I am using.
This is a very useful modification, especially for the snippets forum. It essentially adds capabilities to the standard "code" bbcode tag. by saying code=<language> one can do this:
'Small Visual Basic Function to Compute the factorial of a number.
Public Function Factorial(ByRef Num as Double) as Double
Factorial = Num * Factorial(Num-1)
End Function
Supported languages include cpp, c, c++, c#, c-sharp, csharp, css, delphi, pascal, java, js, jscript, javascript, php, py, python, rb, ruby, rails, ror, sql, vb, vb.net, xml, html, xhtml, xslt.
I recommend All snippet submissions use this new tag.