=== Syntax Highlighter for WordPress === Contributors: wokamoto Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJCY7XB8F4&lc=JP&item_name=WordPress%20Plugins&item_number=wp%2dplugins¤cy_code=JPY&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted Tags: CSS, html, xhtml, php, JavaScript, highlighter, syntax, sourcecode, code Requires at least: 2.5 Tested up to: 3.1.2 Stable tag: 3.0.83.3 100% JavaScript syntax highlighter This plugin makes using the SyntaxHighlighter to highlight code snippets within WordPress simple. == Description == This plugin easily integrates the [SyntaxHighlighter](http://alexgorbatchev.com/SyntaxHighlighter "SyntaxHighlighter - Alex Gorbatchev") by Alex Gorbatchev into WordPress. Supports AS3, Bash, C, C++, C#, ColdFusion, CSS, Delphi, diff, Erlang, Groovy, Java, JavaScript, JavaFX, Perl, PHP, Plain Text, Python, PowerShell, Ruby, Scala, SQL, VB, VB.NET, XML, and (X)HTML. Feature summary * 100% client side, no server dependency * Multiple languages support * Wide browser support * Very lightweight = Localization = * Japanese (ja) - [OKAMOTO Wataru](http://dogmap.jp/ "dogmap.jp") (plugin author) * Dutch (nl_NL) - [Rene](http://wpwebshop.com/blog "WPWebshop Blog") * German (de_DE) - [Rian Klijn](http://www.creditriskmanager.com/ "Credit Risk Manager") * Simplified Chinese (zh-CN) - heartnn * Turkish (tr_TR) - [Hakan Demiray](http://www.dmry.net/ "Günlük Haftalık Aylık") * Iran (fa_IR) - mostafa soufi If you have translated into your language, please let me know. == Installation == 1. Upload the entire `syntax-highlighter` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. = Plugin Usage = Just wrap your code in `[language]`, such as `[php]code here[/php]` or `[css]code here[/css]`. For a list of supported languages (all widely used languages are supported). Languages Supported * ActionScript3 (as3) * Bash/shell (bash, shell) * C, C++ (cpp, c, c++) * C# (csharp) * ColdFusion (coldfusion) * CSS (css) * Delphi (delphi, pascal) * diff, patch (diff, patch) * Erlang (erlang) * Groovy (groovy) * Java (java) * Java Script (javascript) * JavaFX (javafx) * Perl (perl) * PHP (php) * Plain Text (plain, text) * PowerShell (powershell) * Python (python) * Ruby (ruby) * Scala (Scala) * SQL (sql) * Visual Basic (vb, vbnet) * XML/HTML (xml, html, xhtml, xslt) == Changelog == **3.0.83 - October 20, 2010** **2.1.364 - February 18, 2010** Initial release. == Upgrade Notice == none