=== 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&currency_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: 2.9.2
Stable tag: 2.1.364.1

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/wiki/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

== 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)

== Frequently Asked Questions ==

none

== Screenshots ==

none

== Changelog == 

**2.1.364 - February 18, 2010**  
Initial release.

== Upgrade Notice ==

none

