Newer
Older
dracula-vim / after / syntax / ocaml.vim
@Derek P Sifford Derek P Sifford on 14 May 2018 180 bytes add ocaml fixes
if ! exists('b:current_syntax') || b:current_syntax !=# 'ocaml'
    finish
endif

hi! link ocamlModule  Type
hi! link ocamlModPath Normal
hi! link ocamlLabel   DraculaOrangeItalic