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.

link|improve this question

feedback

2 Answers

up vote 7 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
It works great! I've used the lexers provided to write some code indenters. – Tempus Oct 10 '09 at 15:54
feedback

Your Answer

 
or
required, but never shown

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