Which Python library for syntax highlighting is the best one? I'm interested in things like supported languages, ease of use, pythonic design, dependencies, development status, etc.
+1
A:
I've always heard pygments as the module for syntax highlighting. I have never used it myself, tho.
Paul McGuire
2009-10-10 15:53:58
It works great! I've used the lexers provided to write some code indenters.
Geo
2009-10-10 15:54:53