Syntax highlighting ftw!

      1 Comment on Syntax highlighting ftw!

I just ran into WP-Syntax which is a syntax highlighting plugin for WordPress using GeSHi. It supports a wide range of popular languages (including of course Java!).
Examples? Here we go:

1
2
3
4
5
public class Hello {
   public static void main(String[] args) {
      System.out.println("Hello world!");
   }
}

Pretty cool, huh?

1 thought on “Syntax highlighting ftw!

  1. Pingback: /dev/blog » Syntax highlighting reloaded

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.