Using Pygments in various scenarios¶
PyGtk¶
Armin has written a piece of sample code that shows how to create a Gtk TextBuffer object containing Pygments-highlighted text.
See the article here: http://lucumr.pocoo.org/cogitations/2007/05/30/pygments-gtk-rendering/
Wordpress¶
He also has a snippet that shows how to use Pygments in WordPress:
http://lucumr.pocoo.org/cogitations/2007/05/30/pygments-in-wordpress/
Markdown¶
Since Pygments 0.9, the distribution ships Markdown preprocessor sample code
that uses Pygments to render source code in
external/markdown-processor.py
. You can copy and adapt it to your
liking.
TextMate¶
Antonio Cangiano has created a Pygments bundle for TextMate that allows to colorize code via a simple menu option. It can be found here.
Bash completion¶
The source distribution contains a file external/pygments.bashcomp
that
sets up completion for the pygmentize
command in bash.