djanowski/pygmentize

[python] NoneType not colored as a type

20-100 opened this issue · 3 comments

I come from the minted project, a LaTeX package to highlight code.

I was told that this issue should be reported here as minted only provides an interface to Pygmentize.

I figured that the Python type NoneType is not colorized while all the other built-in types are.
As I am not really aware of how Pygmentize itself works in terms of input/output, I'm afraid I can't give a meaningful example. Sorry about that.

You probably want to report the issue to Pygments directly; we too are just a wrapper for Pygments.

https://bitbucket.org/birkenfeld/pygments-main/issues?status=new&status=open

I can still provide this from the online demo : http://pygments.org/demo/249239/

Sorry, closing the issue since it applies to the Pygments project rather than Pygmentize. Shouldn't be too hard to fix for them, though :)