python-syntax icon indicating copy to clipboard operation
python-syntax copied to clipboard

Allow None to be highlighted differently

Open jakar opened this issue 8 years ago • 0 comments

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.

jakar avatar Oct 07 '16 02:10 jakar