python-syntax
python-syntax copied to clipboard
Allow None to be highlighted differently
Creates a new highlighting group (pythonNone
) so that, in color schemes and elsewhere, None
can be highlighted differently than other statements. There is no change in behavior, unless the user chooses to re-highlight pythonNone
.
Provides a workaround for #33.
Addresses the same concern as #53, but in a more general manner.