=== Syntax Highlighter and Code Colorizer for Wordpress === Contributors: vijeshmehta Stable tag: trunk URL: http://www.lastengine.com/syntax-highlighter-wordpress-plugin/ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2930402 This is a wordpress syntax highlighting plugin. It is simple and probably one of the best syntax highlighters in the market. URL: http://www.lastengine.com/syntax-highlighter-wordpress-plugin/ Credit: Uses SyntaxHighlighter by Alex Gorbatchev (http://alexgorbatchev.com/wiki/SyntaxHighlighter) Author: Vijesh Mehta == Description == This is a wordpress syntax highlighting plugin. It is simple and probably one of the best syntax highlighters in the market. This plugin integrates Alex Gorbatchev’s Syntax Highlighter Tool. Has Full Support for : * Bash/shell * C# * C++ * CSS * Delphi * Diff * Groovy * JavaScript * Java * Perl * PHP * Plain Text * Python * Ruby * Scala * SQL * Visual Basic * XML == Installation == Unzip in your plugins directory == Screenshots == http://www.lastengine.com/wp-content/uploads/2009/04/syntax-highlight-example.png == Examples == Just surround your code like this: 1.
 …Your Code Here 
replace the "[code-alias]" segment with the type of code you have. See all the available brush aliases. For Example, PHP would be like this: 1.
 …Your PHP Code Here