mirror of
https://github.com/amix/vimrc
synced 2024-12-21 09:23:06 +00:00
12 lines
308 B
VimL
12 lines
308 B
VimL
|
if dracula#should_abort('python')
|
||
|
finish
|
||
|
endif
|
||
|
|
||
|
hi! link pythonBuiltinObj Type
|
||
|
hi! link pythonBuiltinObject Type
|
||
|
hi! link pythonBuiltinType Type
|
||
|
hi! link pythonClassVar DraculaPurpleItalic
|
||
|
hi! link pythonExClass Type
|
||
|
hi! link pythonNone Type
|
||
|
hi! link pythonRun Comment
|