diff options
author | Georg Brandl <georg@python.org> | 2019-11-30 08:20:27 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2019-11-30 16:02:03 +0100 |
commit | a1a6c17d2159d5e81f9676d2b5fa1cf9aa3cfbb5 (patch) | |
tree | 26f63b66c475f3d6c15fa187b0c574f3e9bc4e72 /setup.py | |
parent | 0e57803407fc0d96201c7a7f0a367dcc8427332c (diff) | |
download | pygments-git-a1a6c17d2159d5e81f9676d2b5fa1cf9aa3cfbb5.tar.gz |
update claim about number of lexers
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |