mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08: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
|