Newer
Older
dracula-vim / after / syntax / php.vim
@Derek Sifford Derek Sifford on 23 Feb 2019 273 bytes misc spec alignment tweaks (#128)
if dracula#should_abort('php')
    finish
endif

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