I googled every possible combination but I couldn't find a list of syntax files. Is there a list of good ones?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Here's a (unfortunately not 100% complete) gallery: http://blog.favrik.com/2011/02/22/preview-all-pygments-styles-for-your-code-highlighting-needs/ |
|||
|
|
|
I've never found one all-inclusive "gallery" of pygments styles. For the most part, the builtins are what's actually available. To see what's available in your environment run the following in a Python shell:
Other than that, I would try searching the usual-suspect code hosting sites: Github/Gist, Bitbucket, Google Code, etc. I found a few on there such as Twilight, Solarized and Moria. |
|||
|
|