'''Syntaxhighlighting ''' Syntax highlighting for different code-stumpts such as PHP, JAVA etc Java already supported: {{{#!java /* [[Date(2007-06-26T19:14:24Z)]] */ class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello, World!"); } }}} For PHP and other 500 languages, try vimcolor parser from ParserMarket. (!) Moin 1.9 will have a "highlight" parser that just wraps [[http://pygments.org|Pygments]]. ---- CategoryFeatureImplemented