11 lines
308 B
VimL
11 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
|