Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 647 Bytes

This is a rudimentary radare2 output lexer for use with Pygments. I make use of it with the pelican static site generator.

Some examples of the current state:

pdf example pxw example dm example pd example

To install type:

$ pip install git+https://github.com/TobalJackson/radare2-pygments-lexer.git

It should now appear in the list of lexers generated by typing pygmentize -L

To uninstall the package:

$ pip uninstall r2highlight