Sourcecode Highlighter

Ich teste gerade ein Plugin für Quelltexte: [sourcecode language="java"] /** * This is a comment. */ import java.io.*; public class Test extends JFrame { public static void main(String... args) { System.out.println("Hello, World!"); } } [/sourcecode]