mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 14:58:32 +00: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 https://github.com/vim/vim/commit/1ee1d9b43da37b157a91662a312415e4db400ba9 Co-authored-by: Jon Parise <jon@indelible.org>