Auto SyntaxHighlighter is a WordPress Code highlight plugin. Use editor botton, in the pop-up window, paste or write your code, oh, very simple.
Auto SyntaxHighlighter is a WordPress Code highlight plugin.
It’s used alexgorbatchev SyntaxHighlighter JavaScript package.
Autoload SyntaxHighlighter only requisite js files and display you code.
Github address: https://github.com/wkii/Auto-SyntaxHighlighter
Support languages see: SyntaxHighlighter Brushes.
Full Support for : AppleScript, ActionScript3, Bash/shell, C#, C++, CSS, Delphi, Diff, Groovy, JavaScript, Java, Perl, PHP, Plain Text, Python, Ruby, Sass, Scala, SQL, Visual Basic and XML/HTML…
It’s advantages:
auto-syntaxhighlighter
folder to the /wp-content/plugins/
directory.<pre></pre>
, such as <pre class="brush:php">code here</pre>
or <pre class="brush:js">code here</pre>
.<pre></pre>
, such as <pre class="brush:php">code here</pre>
or <pre class="brush:js">code here</pre>
.For a list of supported languages (all widely used languages are supported).
Languages Supported:
Add script Lang: Objective-C/Cocoa. Thanks WillerZ.
Demo: http://blog.nomzit.com/2010/12/29/get-properties-right/
Fix add script Lang: PowerShell,Erlang,ColdFusion. Thanks Mike.
Compression and consolidation SyntaxHighlighter js and css files.
To reduce the file requests and save network bandwidth.
This is a major upgrade
Full screen mode support. Apple script support.
Fix js for delphi bug.
Fix code input box xml/html language name.
Fix css style. Fix IE bug.
upgrade SyntaxHighlighter Class library to 3.0.83.
Since the first version back in 2004, SyntaxHighlighter has always used Flash to provide copy to clipboard functionality. At first it was Flash 8, then it was Flash 9 and now 10. It’s never been a crowd pleaser and a lot of requests over the years demanded Flash to be removed.
Well, it’s finally happening — no more Flash. I think I’ve came up with user interface to copy code to clipboard which is a lot more intuitive and almost too easy.
If you double click anywhere on the code, the entire code view is replaces with a pre-selected view from which users can copy with a simple Ctrl/Cmd-C. Clicking anywhere else returns the view to the original state.
Enhance regular match.
Initial release.