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