=== Plugin Name ===
Contributors: Samuel Williams
Donate link: http://www.pledgie.com/campaigns/8915
Tags: formatting, code, highlight, syntax, syntax highlighting
Requires at least: 2.9
Tested up to: 3.0
Stable tag: 3.0

jQuery.Syntax is an extremely fast and lightweight syntax highlighter.

== Description ==

jQuery.Syntax is an extremely fast and lightweight syntax highlighter. It has dynamic loading of syntax source files and integrates cleanly using CSS or modelines. It supports a large number of different programming languages.

This WordPress plugin provides syntax highlighting using jQuery.Syntax, supporting a wide range of popular languages. It supports both block elements (pre) and inline elements (code) for highlighting.

Wrap code blocks with <code>&lt;pre class="syntax {language}"&gt;</code> and <code>&lt;/pre&gt;</code> where <code>{language}</code> is a jQuery.Syntax supported brush (http://www.oriontransfer.co.nz/software/jquery-syntax/examples).

Wrap inline code with <code>&lt;code class="syntax {language}"&gt;</code> and <code>&lt;/code&gt;</code>.

If the code has already been escaped (i.e. characters such as &lt;, &gt;, have been converted to html entities), then add <code>escaped</code> into the class list: <code>&lt;pre class="syntax escaped {language}"&gt;</code>. This will prevent the filter from doing this conversion automatically.

For more details, examples, source code, love and rainbows, please visit the project page: http://www.oriontransfer.co.nz/software/jquery-syntax

== Installation ==

Please download and install the plugin from within WordPress.

Alternatively, please review the instructions available here:
	http://www.oriontransfer.co.nz/software/jquery-syntax/wordpress/

== Screenshots ==

1. Editing a post with source code.
2. Viewing a post with source code.
3. Clicking on the "View Raw Code" link.
4. Running in Wordpress 3.0-beta1
