dracula-vim/after/syntax/python.vim
2018-07-07 14:30:33 -04:00

9 lines
225 B
VimL

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