summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--doc/index.rst2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index ef0cbfd2..4ebb64c9 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@ Welcome to Pygments
===================
This is the source of Pygments. It is a **generic syntax highlighter** written
-in Python that supports over 300 languages and text formats, for use in code
+in Python that supports over 500 languages and text formats, for use in code
hosting, forums, wikis or other applications that need to prettify source code.
Installing
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
diff --git a/setup.py b/setup.py
index 9c245215..e72580b2 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ 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, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF, SVG, all image \