A CKEditor plugin to help with the markup required to use the SyntaxHighlighter by Alex Gorbatchev http://alexgorbatchev.com/wiki/SyntaxHighlighter This plugin is for v2 of the highlighter
Screenshots
License
Licensed under the terms of any of the following licenses at your choice: GPL, LGPL and MPL.
Installation
1. Extract the contents of the file into the "plugins" folder of CKEditor.
2. In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'syntaxhighlight';