I have recently started work again on searchcode server with the continued plan to upgrade searchcode to use the same code-base. One big issue with this which I recently tweeted about was that Java has a decent well documented fast library for just about everything, with the exception of a good syntax highlighter like Pygments http://pygments.org/ or Chroma https://github.com/alecthomas/chroma It is however possible to use Pygments in Java using Jython http://pygments.org/docs/java/ which was...