diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/integrate.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/src/integrate.txt b/docs/src/integrate.txt index fcaec223..fb3fa5a0 100644 --- a/docs/src/integrate.txt +++ b/docs/src/integrate.txt @@ -26,4 +26,12 @@ 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. -.. _Markdown: http://www.freewisdom.org/projects/python-markdown/
\ No newline at end of file +.. _Markdown: http://www.freewisdom.org/projects/python-markdown/ + +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_. + +.. _here: http://antoniocangiano.com/2008/10/28/pygments-textmate-bundle/ |