Friday, April 26, 2013

Online syntax highlighter like TextMate


http://markup.su/highlighter/


/*
 2nd test
*/
class DemoApp {
public static void main(String[] args)
    {
        Demo d = new Demo();
        d.printMessage();
    }
}
  
class Demo {
    String message = " this is sslake test";
      
    public void printMessage() {
        System.out.println(message);
    }
}
/*
this is sslake sample test of SyntaxHighlighter.
*/
style:iPastic-->
/*
 2nd test
*/
class DemoApp {
public static void main(String[] args)
    {
        Demo d = new Demo();
        d.printMessage();
    }
}
  
class Demo {
    String message = " this is sslake test";
      
    public void printMessage() {
        System.out.println(message);
    }
}
/*
this is sslake sample test of SyntaxHighlighter.
*/

No comments:

Post a Comment