skorokithakis / tbvaccine

A small utility to pretty-print Python tracebacks. ⛺
MIT License
377 stars 14 forks source link

Highlight traceback with PythonTracebackLexer, don't highlight the rest. #17

Closed anntzer closed 7 years ago

anntzer commented 7 years ago

The traceback lexer is there, well to highlight tracebacks.

The variables are not Python code and there's no reason the PythonLexer will produce anything useful.

anntzer commented 7 years ago

Sorry, got this wrong, I'll try again later...