java library for syntax highlightening
Hi, I was wondering, does anyone know of some open-source Java library, that would implement some simple syntax highlighter? So that I could just could define the syntax and it would magically do all the rest. I mean, I know one could use javacc to do that, but it seems too complicated/messy/etc.
