hdima / python-syntax

Python syntax highlighting script for Vim
http://www.vim.org/scripts/script.php?script_id=790
MIT License
363 stars 109 forks source link

Allow None to be highlighted differently #57

Open jakar opened 8 years ago

jakar commented 8 years ago

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.