dracula-vim/after/syntax/python.vim
2019-02-23 16:08:48 -05:00

10 lines
259 B
VimL

if dracula#should_abort('python')
finish
endif
hi! link pythonBuiltinObj Type
hi! link pythonBuiltinObject Type
hi! link pythonBuiltinType Type
hi! link pythonExClass Type
hi! link pythonNone Type
hi! link pythonRun Comment