=== 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: 2.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.
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 <pre class="syntax {language}"> and </pre> where {language} is a jQuery.Syntax supported brush (http://www.oriontransfer.co.nz/software/jquery-syntax/examples).
Wrap inline code with <code class="syntax {language}"> and </code>.
If the code has already been escaped (i.e. characters such as <, >, have been converted to html entities), then add escaped into the class list: <pre class="syntax escaped {language}">. 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