I’ve been meaning to post some interesting topics I’m investigating in computer science here. In order to do that in a relatively pleasing way, I need syntax highlighting. Alan Dipert has a solution here if anyone wants to put up code on Tumblr as well. I have used his solution for the code below:
public class SyntaxHighlightingTest {
public static void main(String[] args) {
System.out.println("Hopefully I am syntax highlighted.");
}
}



