=== JUSH JavaScript Syntax Highlighter === Contributors: Thomas Schmidt Tags: syntax highlighter, jquery, php, syntax, syntax highlight Requires at least: 2.8 Tested up to: 3.2 Stable tag: trunk The JUSH JavaScript Syntax Highlighter reads the HTML, PHP, SQL or any other source code in <pre class="jush"> elements and styles it nicely. == Description == JavaScript Syntax Highlighter can be used for client-side syntax highlighting of following languages: HTML, CSS, JavaScript, PHP, SQL, HTTP and SMTP protocol, php.ini and Apache config. * Highlights languages embedded into each other * Links to documentation of all languages * Colors can be easily modified via CSS * Recognizes complete PHP syntax including __halt_compiler, heredoc, backticks, {$} variables inside strings, namespaces * Works in all major browsers including Internet Explorer, Firefox, Opera, Google Chrome The content of all <pre class="jush"> elements in articles and sites will be highlighted. == Installation == 1. Upload directory `jush` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress The content of all <pre class="jush"> elements in articles and sites will be highlighted. == Frequently Asked Questions == = Where is the homepage of JUSH? = For questions visit the [plugin homepage jush.sourceforge.net](http://jush.sourceforge.net/ "JUSH") == Screenshots == 1. With no Language given JUSH highlights every language it detects simultaneously. == Changelog == = 0.1 = * First release = 1.0 = * Some important bugs fixed = 1.2 = * Minor fixes