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

https://github.com/bfgroup/jam_pygments

Jam/B2 build description language lexer for Pygments.
https://github.com/bfgroup/jam_pygments

Last synced: 8 months ago
JSON representation

Jam/B2 build description language lexer for Pygments.

Awesome Lists containing this project

README

          

= jam_pygments

A Jam/B2 build description language lexer for Pygments.

== Install

[source,bash]
----
$ pip install https://github.com/bfgroup/jam_pygments/archive/master.zip
----

== Usage

Pygment Jam highlighting is available without any further customization from code as well
as from the pygementize command:

[source,bash]
----
$ pygmentize your-file.jam
----