Syntaxhighlighting

Syntax highlighting for different code-stumpts such as PHP, JAVA etc

Java already supported:

   1 /* [[Date(2007-06-26T19:14:24Z)]] */
   2 class HelloWorldApp {
   3     public static void main(String[] args) {
   4         System.out.println("Hello, World!");
   5     }

For PHP and other 500 languages, try vimcolor parser from ParserMarket.

(!) Moin 1.9 will have a "highlight" parser that just wraps Pygments.


CategoryFeatureImplemented

MoinMoin: FeatureRequests/SyntaxHighlighting (last edited 2009-02-12 08:19:43 by ThomasWaldmann)