Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/KeenS/pygments.formatters.satysfi


https://github.com/KeenS/pygments.formatters.satysfi

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

!!This is under develepment. Not functional yet!!

# pygments.formatters.satysfi

A [SATySFi](https://github.com/gfngfn/SATySFi) formatter for [pygments](http://pygments.org/)

# Installation

``` console
$ sudo python setup.py install
```

# Usage

Install `pygmentize` and this module before using.

To format:

``` console
$ pygmentize -Ofull=true -f satysfi -o out.saty
```

To output the style definition:

``` console
$ pygmentize -f satysfi -S > pygments.satyh
```