=== WP SyntaxHighlighter === Contributors: redcocker Tags: syntaxhighlighter, code, snippet, syntax, highlight, highlighting Requires at least: 3.0 Tested up to: 3.1.2 Stable tag: 1.0 This plugin is code syntax highlighter based on SyntaxHighlighter ver. 3.0.83 and 2.1.382. == Description == This plugin is code syntax highlighter based on SyntaxHighlighter ver. 3.0.83 and 2.1.382. = Feature = * Based on "[SyntaxHighlighter](http://alexgorbatchev.com/SyntaxHighlighter/ "JavaScript library")" JavaScript library. * Including ver. 3.0.83 and 2.1.382 libraries. * Easy to configure through setting panel. * Support "[Dynamic Brush Loading](http://alexgorbatchev.com/SyntaxHighlighter/manual/api/autoloader.html "A key feature")" which allows to load only necessary brush files dynamically. * Loading JavaScripts on only Posts and Pages which have code to highlight. * Translated into English(Default) and Japanese. = Supported languages = AppleScript, ActionScript3, Bash, ColdFusion, C, C++, C#, CSS, Delphi, Diff, Erlang, Groovy, HTML, Java, Java FX, JavaScript, Pascal, Patch, Perl, PHP, Plain text, PowerShell, Python, Ruby, Ruby on Rails, Sass, SCSS, Shell, SQL, VB, VB NET, XHTML, XML and XSLT == Installation == 1. Upload plugin folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. If you need, go to Settings -> WP SyntaxHighlighter to configure. = Usage = I recommend using "[SyntaxHighlighter TinyMCE Button](http://wordpress.org/extend/plugins/syntaxhighlighter-tinymce-button/ "Recommended software")" to insert `
` tag in Visual Editor. No need to escape your codes to HTML entities in Visual Editor. However, your codes must be escape to HTML entities in HTML Editor. Usage: Just wrap Your Code in `` tag as below. `Your Code` *"lang" = your language * e.g. `Your PHP Code` * e.g. `Your XHTML Code` See "[Available languages](http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/ "Brushes")". *"Brush aliases" means "lang". You can also use some options with `` tag. See "[Options](http://alexgorbatchev.com/SyntaxHighlighter/manual/configuration/ "Class value")". * e.g. `Your Code` * e.g. `Your Code` = Legacy mode = You can switch to 'Legacy mode' through setting panel. 'Legacy mode' allows you to use old way in ver. 1.5. See "[Ver. 1.5 Usage](http://code.google.com/p/syntaxhighlighter/wiki/Usage "Old style tag")". In 'Legacy mode', available languages are limited. See "[Ver. 1.5 languages](http://code.google.com/p/syntaxhighlighter/wiki/Languages "supported languages for ver. 1.5")". == Screenshots == 1. This is a highlighted code. 2. This is setting panel.