summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-30 08:20:27 +0100
committerGeorg Brandl <georg@python.org>2019-11-30 16:02:03 +0100
commita1a6c17d2159d5e81f9676d2b5fa1cf9aa3cfbb5 (patch)
tree26f63b66c475f3d6c15fa187b0c574f3e9bc4e72 /doc
parent0e57803407fc0d96201c7a7f0a367dcc8427332c (diff)
downloadpygments-git-a1a6c17d2159d5e81f9676d2b5fa1cf9aa3cfbb5.tar.gz
update claim about number of lexers
Diffstat (limited to 'doc')
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index d89277ec..bfd8eda8 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -5,7 +5,7 @@ This is the home of Pygments. It is a generic syntax highlighter suitable for
use in code hosting, forums, wikis or other applications that need to prettify
source code. Highlights are:
-* a wide range of over 300 languages and other text formats is supported
+* a wide range of over 500 languages and other text formats is supported
* special attention is paid to details that increase highlighting quality
* support for new languages and formats are added easily; most languages use a
simple regex-based lexing mechanism