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
- Host: GitHub
- URL: https://github.com/realpython/pygments-httpie
- Owner: realpython
- License: mit
- Created: 2020-05-26T03:00:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T00:32:07.000Z (over 5 years ago)
- Last Synced: 2025-05-06T05:59:07.929Z (5 months ago)
- Topics: django, http, httpie, pygments, pygments-lexer
- Language: Python
- Size: 65.4 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.