This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP-SimpleSyntaxHighlighter

Description

Simple SyntaxHighlighter for WordPress adds Alex Gorbatchev’s JavaScript 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.

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.

FAQ

Where can I see examples of the code syntax highlighter?

You can see examples at the SyntaxHighlighter author’s demo page.

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 for details on how to use this plugin in your posts.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP-SimpleSyntaxHighlighter” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.9302

  • Updated to use version 2.0.364 of Alex Gorbatchev’s JavaScript SyntaxHighlighter.
  • Detailed changelog can be found here.

1.0.9278

  • Updated to use version 2.0.320 of Alex Gorbatchev’s JavaScript SyntaxHighlighter.
  • Detailed changelog can be found here.

1.0.9122

  • Initial version. Wraps version 2.0.296 of Alex Gorbatchev’s JavaScript SyntaxHighlighter.