diff options
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | doc/index.rst | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 \ |