Skip to content

JoeyButler/pygments-style-railscasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

git clone git://github.com/DrMegahertz/pygments-style-railscasts.git
cd pygments-style-railscasts
python setup.py build
python setup.py install

Usage example:

>>> from pygments.formatters import HtmlFormatter
>>> HtmlFormatter(style='railscasts').style
<class 'pygments_style_railscasts.RailscastsStyle'>

Export the style as CSS:

pygmentize -S railscasts -f html > railscasts.css

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

About

A port of the railscasts color scheme for pygments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages