Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

pygments/pygments-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77c6504 · May 21, 2019
Apr 30, 2019
Jan 22, 2017
May 21, 2019
Jan 7, 2019
May 21, 2019
Nov 25, 2018
Apr 30, 2019
May 21, 2019
May 7, 2019
Jan 22, 2017
Nov 25, 2018
Jan 17, 2016
Jan 17, 2016
Feb 12, 2019
Jan 17, 2016
Jan 17, 2016
Jan 25, 2017
May 8, 2019
Nov 24, 2018

Repository files navigation

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.