Color Code Plugin
Plugin that renders the body text as colorized source code.
[{ColorCode syntax='sql'



select count(*) from dual



}]
Parameters:
syntax='sql | c | java | vm'.
sql - SQL syntax highlighting (Oracle flavor)
c - C & C++, full C++ '98 keyword set
java - Java
vm - Velocity template syntax highlighting
See more details on the plugin's home page: http://www.ecyrd.com/JSPWiki/wiki/ColorCodePlugin_page.
Was this helpful?