mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] correctly highlight class names in declarations
This commit is contained in:
parent
4d42627b83
commit
44ba053b7c
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue