diff options
author | Georg Brandl <georg@python.org> | 2010-03-01 17:32:47 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-03-01 17:32:47 +0100 |
commit | 0f64861cf3e2f8ecbb60775bfd67f17779ba1506 (patch) | |
tree | dfeb0d21f7edfd269785341c5c8b4c1ae06c535b /docs/src | |
parent | 224db4ea8cdeee9b86e0264496b5d6f55cdce216 (diff) | |
download | pygments-0f64861cf3e2f8ecbb60775bfd67f17779ba1506.tar.gz |
Added a bash completion script for `pygmentize`, to the external/ directory (#466).
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/integrate.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/src/integrate.txt b/docs/src/integrate.txt index fb3fa5a0..51a3dac4 100644 --- a/docs/src/integrate.txt +++ b/docs/src/integrate.txt @@ -35,3 +35,9 @@ 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/ + +Bash completion +--------------- + +The source distribution contains a file ``external/pygments.bashcomp`` that +sets up completion for the ``pygmentize`` command in bash. |