“WordPress Rainbow Hilite” is no longer maintained. If you are interested in taking over the plugin, please leave a notice in the [github issues](
https://github.com/mcguffin/wp-rainbow-hilite/issues).
If you like to use
Code syntax Highlighting. Documentation can be found
here.
Features:
- Highlighted code can be copy-pasted directly out of the site. No "view raw" button needed.
- User friendly TinyMCE integration.
- Many programming languages supported.
Includes rainbow.js a syntax highlighting script written by Craig Campbell.
Line numbering through rainbow.linenumbers by Ron Valstar.
Currently supported languages by Rainbow are
- C
- C#
- Coffeescript
- CSS
- D
- Go
- Haskell
- HTML
- Java
- Javascript
- Lua
- PHP
- Python
- R
- Ruby
- Scheme
- Shell
- Smalltalk
There are some Hooks implemented allowing you to load your own language modules. Details
here.
Latest files on
GitHub.
2.0.5
End-of-life notice
2.0.4
Fix PHP Fatal Error
2.0.2
Get rid of concating assets in PHP (use a Script optimizer plugin instead)
2.0.1
Introduce new release pipeline
2.0.0
Code refactoring
1.0.6
Localization: Move de_DE to
translate.wordpress.org
1.0.5
Fix: Safer script loading
1.0.4
Fix: Scripts now are correctly minified by Autoptimize.
1.0.3
Fix: Load rainbow css after theme css
1.0.2
l10n: Change plugin textdomain to plugin slug.
1.0.1
JS Fix: play nice with prevoisly declared document.onreadystatechange callbacks.
1.0.0
Initial Release