Newer
Older
dracula-vim / after / syntax / python.vim
@David Ben Knoble David Ben Knoble on 1 May 2019 283 bytes Convert all highlight-links to hi! def link
if dracula#should_abort('python')
    finish
endif

hi! def link pythonBuiltinObj    Type
hi! def link pythonBuiltinObject Type
hi! def link pythonBuiltinType   Type
hi! def link pythonExClass       Type
hi! def link pythonNone          Type
hi! def link pythonRun           Comment