[nvim] correctly highlight class names in declarations

This commit is contained in:
Dmytro Meleshko 2021-04-23 21:17:50 +03:00
parent 4d42627b83
commit 44ba053b7c
1 changed files with 3 additions and 2 deletions

View File

@ -375,8 +375,9 @@
" }}}
" Python {{{
hi! link pythonBuiltinType Type
hi! link pythonExClass Type
hi! link pythonClass Type
hi! link pythonBuiltinType pythonClass
hi! link pythonExClass pythonClass
hi! link pythonBuiltinObj pythonFunction
hi! link pythonClassVar Variable
" }}}