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.
- Host: GitHub
- URL: https://github.com/bfgroup/jam_pygments
- Owner: bfgroup
- License: bsl-1.0
- Created: 2018-02-07T21:10:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T03:57:42.000Z (about 7 years ago)
- Last Synced: 2025-03-12T00:28:48.522Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
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
----