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

https://github.com/agraef/pygments-lexer-pure

Pure lexer for Pygments
https://github.com/agraef/pygments-lexer-pure

Last synced: about 1 year ago
JSON representation

Pure lexer for Pygments

Awesome Lists containing this project

README

          

Pure lexer for pygments. Install with ``sudo python setup.py install``.

This adds a Pure lexer to pygments (http://pygments.org/) so that Pure source
files can be highlighted, cf. http://pygments.org/docs/plugins/. This comes in
handy, in particular, when formatting the Pure documentation at
https://agraef.github.io/pure-docs/.

Most of the boilerplate code to turn this into a separate plugin loadable by
pygments was gleaned from https://github.com/shkumagai/pygments-style-solarized.

Enjoy!

Albert Gräf