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

hi! def link phpClass           Type
hi! def link phpClasses         Type
hi! def link phpDocTags         DraculaCyanItalic
hi! def link phpFunction        Function
hi! def link phpParent          Normal
hi! def link phpSpecialFunction DraculaCyan