Skip to content

hugomaiavieira/pygments-style-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Using PyPI and pip

$ (sudo) pip install pygments-style-github

Manual

$ git clone git://github.com/hugomaiavieira/pygments-style-github.git
$ cd pygments-style-github
$ (sudo) python setup.py install

Usage example

>>> from pygments.formatters import HtmlFormatter
>>> HtmlFormatter(style='github').style
<class 'pygments_style_github.GithubStyle'>

Export the style as CSS

pygmentize -S github -f html > github.css

Using in LaTeX documents

See the minted package at http://minted.googlecode.com

Extra information

Pygments supported languages

Pygments at the moment supports over 150 different programming languages, template languages and other markup languages. To see an exhaustive list of the currently supported languages, use the command:

$ pygmentize -L lexers

Pygments styles avaible

To get a list of all available stylesheets, execute the following command on the command line:

$ pygmentize -L styles

Please read the official documentation for further information on the usage of pygment styles.

Thanks

This package is based upon the pygments-style-railscasts of Marcus Fredriksson.

About

A port of the github color scheme for pygments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages