summaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-02 12:42:36 +0100
committerGeorg Brandl <georg@python.org>2016-02-02 12:42:36 +0100
commit5146e02739a009f874b9888cd500ade8cdfd3ed1 (patch)
tree043daa3b688912e477f903d07a539ab10d15a969 /doc/docs
parentf0392b28e8b75c9c58f73addb15b9e1cb53772cf (diff)
downloadpygments-git-5146e02739a009f874b9888cd500ade8cdfd3ed1.tar.gz
More "using" updates.
Diffstat (limited to 'doc/docs')
-rw-r--r--doc/docs/integrate.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/docs/integrate.rst b/doc/docs/integrate.rst
index 73e02acd..77daaa43 100644
--- a/doc/docs/integrate.rst
+++ b/doc/docs/integrate.rst
@@ -27,3 +27,14 @@ Bash completion
The source distribution contains a file ``external/pygments.bashcomp`` that
sets up completion for the ``pygmentize`` command in bash.
+
+Wrappers for other languages
+----------------------------
+
+These libraries provide Pygments highlighting for users of other languages
+than Python:
+
+* `pygments.rb <https://github.com/tmm1/pygments.rb>`_, a pygments wrapper for Ruby
+* `Clygments <https://github.com/bfontaine/clygments>`_, a pygments wrapper for
+ Clojure
+* `PHPygments <https://github.com/capynet/PHPygments>`_, a pygments wrapper for PHP