vote up 1 vote down star

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.

flag

2 Answers

vote up 7 vote down check

I think pygments is the greatest choice. It supports a large number of languages and it's very mature.

link|flag
vote up 1 vote down

I've always heard pygments as the module for syntax highlighting. I have never used it myself, tho.

link|flag
It works great! I've used the lexers provided to write some code indenters. – Geo Oct 10 at 15:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.