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
commit493c0afaf6b7abd79cc48f6221c97ca9524ddd5d (patch)
tree96492d1794028188011bde03cb243300b3abd9ac /doc/docs
parent2a20963360db80a8df15791867235fd8a8109df6 (diff)
downloadpygments-493c0afaf6b7abd79cc48f6221c97ca9524ddd5d.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