Menu

Tree [7f9887] default tip /
 History

Read Only access


File Date Author Commit
 doc 2015-10-31 Tim Hatch Tim Hatch [5e4778] Merge ezhillang/pygments-main (pull request #443)
 external 2015-07-21 EricFromCanada EricFromCanada [72381e] update Lasso builtins & generator for v9.3
 pygments 2017-11-07 David Handy David Handy [7f9887] Work-in-progress
 scripts 2015-10-14 Tim Hatch Tim Hatch [811926] Merge with -main, fixing conflicts.
 tests 2015-11-29 Alexander Todorov Alexander Todorov [6b0cc9] Add filename parameter to HtmlFormatter
 .hgignore 2015-10-14 Tim Hatch Tim Hatch [601112] Update changelog
 .hgtags 2015-01-20 Georg Brandl Georg Brandl [9c59d0] Added tag 2.0.2 for changeset 142a870bf0f1
 AUTHORS 2015-11-03 Hiroaki Itoh Hiroaki Itoh [96578f] Merged birkenfeld/pygments-main into default
 CHANGES 2016-01-04 Georg Brandl Georg Brandl [7ee6ba] Changelog update.
 LICENSE 2015-01-21 Georg Brandl Georg Brandl [88e01f] Copyright year update.
 MANIFEST.in 2014-01-18 Georg Brandl Georg Brandl [44e6ae] New docs + website using Sphinx.
 Makefile 2015-05-31 Andrew Pinkham Andrew Pinkham [652e08] Create tox.ini file for testing multiple envs.
 README.rst 2015-10-14 Tim Hatch Tim Hatch [d8f388] Cleanups in preparation for 2.1 release.
 TODO 2015-10-17 Tim Hatch Tim Hatch [7f3afe] Remove IPython from TODO per #938
 ez_setup.py 2013-12-08 Matthew Iversen Matthew Iversen [d849bf] Update ez_setup to current setuptools 1.x (1.4.2);
 pygmentize 2014-10-08 Georg Brandl Georg Brandl [291f85] Refine streaming mode a bit:
 requirements.txt 2015-05-31 Andrew Pinkham Andrew Pinkham [652e08] Create tox.ini file for testing multiple envs.
 setup.cfg 2013-02-05 Georg Brandl Georg Brandl [157c9f] Add setup.py "upload" alias for automatic packa...
 setup.py 2015-01-21 Georg Brandl Georg Brandl [417713] merge with stable
 tox.ini 2015-05-31 Andrew Pinkham Andrew Pinkham [652e08] Create tox.ini file for testing multiple envs.

Read Me

README for Pygments

This is the source of Pygments. It is a generic syntax highlighter that supports over 300 languages and text formats, for use in code hosting, forums, wikis or other applications that need to prettify source code.

Installing

... works as usual, use python setup.py install.

Documentation

... can be found online at http://pygments.org/ or created by

cd doc
make html

Development

... takes place on Bitbucket, where the Mercurial repository, tickets and pull requests can be viewed.

Continuous testing runs on drone.io:

https://drone.io/bitbucket.org/birkenfeld/pygments-main/status.png

The authors

Pygments is maintained by Georg Brandl, e-mail address georg@python.org.

Many lexers and fixes have been contributed by Armin Ronacher, the rest of the Pocoo team and Tim Hatch.