summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-24 18:00:29 +0100
committerGeorg Brandl <georg@python.org>2019-11-24 18:00:29 +0100
commit35c38334cab118bb2f79e5a5f41874d6e2f82bb2 (patch)
tree747c2fd97768ebe9889153e18f3f671e25df0c13
parent3caa0eef76f0974658ec88d3fc4f6e202ce76345 (diff)
downloadpygments-git-35c38334cab118bb2f79e5a5f41874d6e2f82bb2.tar.gz
doc/faq: add Spyder to users list
Closes #1169
-rw-r--r--doc/faq.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 28db1d2a..108cef44 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -132,8 +132,9 @@ This is an (incomplete) list of projects and sites known to use the Pygments hig
* `Clygments <https://github.com/bfontaine/clygments>`_, a pygments wrapper for
Clojure
* `PHPygments <https://github.com/capynet/PHPygments>`_, a pygments wrapper for PHP
-
+* `Spyder <https://www.spyder-ide.org/>`_, the Scientific Python Development
+ Environment, uses pygments for the multi-language syntax highlighting in its
+ `editor <https://docs.spyder-ide.org/editor.html>`_.
If you have a project or web site using Pygments, drop me a line, and I'll add a
link here.
-