Newer
Older
dracula-vim / after / syntax / python.vim
@Derek P Sifford Derek P Sifford on 7 Jul 2018 225 bytes Add syntax highlight adjustments for python
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