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
- Host: GitHub
- URL: https://github.com/agraef/pygments-lexer-pure
- Owner: agraef
- Created: 2018-03-14T22:53:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T23:01:57.000Z (over 8 years ago)
- Last Synced: 2025-02-10T15:32:36.290Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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