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

https://github.com/realpython/pygments-httpie

A Pygments lexer for the the output of httpie
https://github.com/realpython/pygments-httpie

django http httpie pygments pygments-lexer

Last synced: about 2 months ago
JSON representation

A Pygments lexer for the the output of httpie

Awesome Lists containing this project

README

          

# pygments-http

----

A minimalistic Pygments lexer for the output of [`httpie`](https://github.com/jakubroztocil/httpie).

The main lexer class here borrows code heavily from the `ColorFormatter` class from `httpie`.

The `httpie` license is included in the root of this repository.