Syntax Highlighting for the CKEditor (Source View) with the CodeMirror Plugin
The Full Theme List can be found here: http://codemirror.net/demo/theme.html
This Plugin uses the jquery-oembed-all Plugin located at https://github.com/starfishmod/jquery-oembed-all.
####License
Licensed under the terms of the MIT License.
####Installation
- Extract the contents of the file into the "plugins" folder of CKEditor.
- In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = '[ codemirror ]';
// If you want to use a theme set the theme here
// config.codemirror_theme : 'rubyblue';