Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/objcio/pygments
https://github.com/objcio/pygments
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/objcio/pygments
- Owner: objcio
- License: bsd-2-clause
- Created: 2015-11-05T13:21:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T10:12:38.000Z (almost 9 years ago)
- Last Synced: 2024-12-20T13:55:59.874Z (21 days ago)
- Language: Python
- Size: 1.89 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
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 htmlDevelopment
-----------... takes place on `Bitbucket
`_, where the Mercurial
repository, tickets and pull requests can be viewed.Continuous testing runs on drone.io:
.. image:: https://drone.io/bitbucket.org/birkenfeld/pygments-main/status.png
:target: https://drone.io/bitbucket.org/birkenfeld/pygments-mainThe 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**.