All Projects → pygments → Pygments

pygments / Pygments

Licence: bsd-2-clause
Pygments is a generic syntax highlighter written in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pygments

Nano Highlight
a spiffy collection of nano syntax highlighting files
Stars: ✭ 344 (-36.41%)
Mutual labels:  syntax-highlighting
Replxx
A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed.
Stars: ✭ 446 (-17.56%)
Mutual labels:  syntax-highlighting
Cudatext
Cross-platform text editor, written in Lazarus
Stars: ✭ 498 (-7.95%)
Mutual labels:  syntax-highlighting
Highlight.js
JavaScript syntax highlighter with language auto-detection and zero dependencies.
Stars: ✭ 19,312 (+3469.69%)
Mutual labels:  syntax-highlighting
Rainbow levels.vim
A different approach to code highlighting.
Stars: ✭ 415 (-23.29%)
Mutual labels:  syntax-highlighting
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+790.2%)
Mutual labels:  syntax-highlighting
Rainbow csv
🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language
Stars: ✭ 337 (-37.71%)
Mutual labels:  syntax-highlighting
Kibi
A text editor in ≤1024 lines of code, written in Rust
Stars: ✭ 522 (-3.51%)
Mutual labels:  syntax-highlighting
Code Blocks
Syntax highlighting for Google Docs
Stars: ✭ 422 (-22%)
Mutual labels:  syntax-highlighting
Delphi Ide Theme Editor
Custom color highlighting for Object Pascal IDE's
Stars: ✭ 489 (-9.61%)
Mutual labels:  syntax-highlighting
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (-30.13%)
Mutual labels:  syntax-highlighting
Asm Dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Stars: ✭ 3,898 (+620.52%)
Mutual labels:  syntax-highlighting
Ohmyrepl.jl
Syntax highlighting and other enhancements for the Julia REPL
Stars: ✭ 466 (-13.86%)
Mutual labels:  syntax-highlighting
Highlight
Rich featured syntax highlighter for Keynote slides.
Stars: ✭ 367 (-32.16%)
Mutual labels:  syntax-highlighting
Sublime Monokai Extended
Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
Stars: ✭ 505 (-6.65%)
Mutual labels:  syntax-highlighting
Webstorm Styled Components
styled-components highlighting support in IntelliJ editors
Stars: ✭ 342 (-36.78%)
Mutual labels:  syntax-highlighting
Primrose
A syntax-highlighting text editors that renders to an HTML5 Canvas
Stars: ✭ 451 (-16.64%)
Mutual labels:  syntax-highlighting
Pygments.rb
💎 Ruby wrapper for Pygments syntax highlighter
Stars: ✭ 542 (+0.18%)
Mutual labels:  syntax-highlighting
Matchtagalways
A Vim plugin that always highlights the enclosing html/xml tags
Stars: ✭ 513 (-5.18%)
Mutual labels:  syntax-highlighting
Zep
Zep - An embeddable editor, with optional support for using vim keystrokes.
Stars: ✭ 477 (-11.83%)
Mutual labels:  syntax-highlighting

Welcome to Pygments

This is the source of Pygments. It is a generic syntax highlighter written in Python that supports over 500 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 pip install Pygments to get published versions, or python setup.py install to install from a checkout.

Documentation

... can be found online at https://pygments.org/ or created with Sphinx by ::

cd doc make html

Development

... takes place on GitHub <https://github.com/pygments/pygments>_, where the Git repository, tickets and pull requests can be viewed.

Continuous testing runs on GitHub workflows:

.. image:: https://github.com/pygments/pygments/workflows/Pygments/badge.svg :target: https://github.com/pygments/pygments/actions?query=workflow%3APygments

The authors

Pygments is maintained by Georg Brandl, e-mail address georg\ @\ python.org and Matthäus Chajdas.

Many lexers and fixes have been contributed by Armin Ronacher, the rest of the Pocoo <https://dev.pocoo.org/>_ team and Tim Hatch.

The code is distributed under the BSD 2-clause license. Contributors making pull requests must agree that they are able and willing to put their contributions under that license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].