=== Plugin Name ===
Contributors: mrvitaminp
Donate link: http://exceptionalgeeks.com/
Tags: syntax highlight, SyntaxHighlighter 
Requires at least: 2.0.2
Tested up to: 2.8.4
Stable tag: 1.0.9302

This plugin simply allows you to add and manage Alex Gorbatchev's JavaScript SyntaxHighlighter to your blog.

== Description ==
Simple SyntaxHighlighter for WordPress adds Alex Gorbatchev's JavaScript [SyntaxHighlighter](http://alexgorbatchev.com/wiki/SyntaxHighlighter) to your blog.

Alex Gorbatchev's SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. To get an idea of what SyntaxHighlighter is capable of, have a look at the [demo page](http://alexgorbatchev.com/wiki/SyntaxHighlighter:Demo).

The plugin itself only wraps this functionality and provides some basic configuration through the WordPress Admin panel.

Features:

*   Adds code syntax highlighting to blog
*   Includes syntax brushes for the following languages: ActionScript, BashShell, C/C++, C#, ColdFusion, CSS, Delphi/Pascal, Diff, Erlang, F#, Groovy, Java, JavaFX, JavaScript, Perl, PHP, Plain, PowerShell, Python, Ruby, Scala, SSIS Expressions, SQL, VB.net, and XML/HTML
*   Syntax brush availablity configurable by admin
*   Includes CSS Theme support

== Installation ==

1. Upload the entire 'wp-simplesyntaxhighlighter' to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress

To configure use the 'Simple SyntaxHighlighter' menu item in the 'Settings' section of the WordPress Admin Panel.

== Frequently Asked Questions ==

= Where can I see examples of the code syntax highlighter? =

You can see examples at the SyntaxHighlighter author's [demo page](http://alexgorbatchev.com/wiki/SyntaxHighlighter:Demo).

= I have installed the plugin and it doesn't see to do anything, what am I doing wrong? =

The plugin only adds the needed JavaScript and Stylesheets to perform the syntax highlighting. Please visit the [usage guide](http://alexgorbatchev.com/wiki/SyntaxHighlighter:Usage) for details on how to use this plugin in your posts.

== Changelog ==

= 1.0.9302 =
* Updated to use version 2.0.364 of Alex Gorbatchev's JavaScript SyntaxHighlighter. 
* Detailed changelog can be found [here](http://alexgorbatchev.com/wiki/SyntaxHighlighter:Changes:2.1.364).

= 1.0.9278 =
* Updated to use version 2.0.320 of Alex Gorbatchev's JavaScript SyntaxHighlighter. 
* Detailed changelog can be found [here](http://alexgorbatchev.com/wiki/SyntaxHighlighter:Changes:2.0.320).

= 1.0.9122 =
* Initial version. Wraps version 2.0.296 of Alex Gorbatchev's JavaScript SyntaxHighlighter.