mirror of
https://github.com/neovim/neovim.git
synced 2026-03-09 10:35:46 +00:00
Class and function definitions previously shared a single highlight
group (pythonFunction). This change gives classes their own highlight
group (pythonClass) that's linked to Structure.
closes: vim/vim#17856
48b7eb1ceb
Co-authored-by: Jon Parise <jon@indelible.org>