diff options
author | gbrandl <devnull@localhost> | 2008-11-02 21:12:40 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-11-02 21:12:40 +0100 |
commit | d875fa32b82f8db6e67eac0d4d32cdddc418932f (patch) | |
tree | 7fabfc1d3c70a56ab3f102ac22c34e97514f5e71 | |
parent | ea53e48e252479609f0d53c77ed1702c3571ea1e (diff) | |
download | pygments-d875fa32b82f8db6e67eac0d4d32cdddc418932f.tar.gz |
Add link to Textmate bundle.
-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/ |