https://github.com/hmemcpy/pygments-patched
A clone of Pygments with a patched Scala lexer
https://github.com/hmemcpy/pygments-patched
Last synced: 5 months ago
JSON representation
A clone of Pygments with a patched Scala lexer
- Host: GitHub
- URL: https://github.com/hmemcpy/pygments-patched
- Owner: hmemcpy
- License: bsd-2-clause
- Created: 2019-08-11T11:38:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T15:55:08.000Z (about 3 years ago)
- Last Synced: 2025-01-16T00:41:56.821Z (12 months ago)
- Language: Python
- Size: 2.14 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
- Authors: AUTHORS
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 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**.