DESCRIPTION.rst 734 B

12345678910111213141516171819
  1. Pygments
  2. ~~~~~~~~
  3. Pygments is a syntax highlighting package written in Python.
  4. It is a generic syntax highlighter suitable for use in code hosting, forums,
  5. wikis or other applications that need to prettify source code. Highlights
  6. are:
  7. * a wide range of over 300 languages and other text formats is supported
  8. * special attention is paid to details, increasing quality by a fair amount
  9. * support for new languages and formats are added easily
  10. * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image formats that PIL supports and ANSI sequences
  11. * it is usable as a command-line tool and as a library
  12. :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
  13. :license: BSD, see LICENSE for details.