mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10:00
These are special names by convention, and giving them distinct
highlighting is a nice visual clue (using Identifier by default).
This group is named "pythonClassVar" to match the name used by
python-syntax. Some third-party color schemes are aware of this
name and customized their colors accordingly.
closes: vim/vim#17968
1ee1d9b43d
Co-authored-by: Jon Parise <jon@indelible.org>