Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vjousse/pygala

Code coloration service using pygment and scala/Play2
https://github.com/vjousse/pygala

Last synced: about 1 month ago
JSON representation

Code coloration service using pygment and scala/Play2

Awesome Lists containing this project

README

        

# Testing

curl http://localhost:9000/highlight -X POST -F 'code=val=toto' -F 'lang=scala'

# Dependencies

You'll need solarized.py theme accessible from you pygment install.

# TODO
- Find a way to customize pygment in a clean way to find solarized.py file.
- Build a markdown extension for pygala. Current codehilite.py is limitated and have to be hacked in place.