Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:SyntaxHighlighter is a Formatter that displays code attractively with syntax highlighting in pre-formatted (monospace) blocks. Each code block is accompanied by "view plain", "copy to clipboard", and "print" links.
Surrounding code like so:
[code lang="php"]
<?php
function helloWorld($world) {
print $world;
}
?>
[/code]
Will post a syntax-highlighted PHP block. Other options are as follows:
| Language | "lang" Value |
| C++ | cpp, c, c++ |
| C# | c#, c-sharp, csharp |
| CSS | css |
| Delphi | delphi, pascal |
| Java | java |
| JavaScript | js, jscript, javascript |
| PHP | php |
| Python | py, python |
| Ruby | rb, ruby, rails, ror |
| Sql | sql |
| VB | vb, vb.net |
| XML/HTML | xml, html, xhtml, xslt |
View the readme.html page (included) for detailed information.
1 to 11 of 11