# pygments-main **Repository Path**: mirrors_chromium_googlesource/pygments-main ## Basic Information - **Project Name**: pygments-main - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 html Development ----------- ... 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-main/ 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**.