add ocaml fixes

This commit is contained in:
Derek P Sifford 2018-05-14 13:25:14 -04:00
parent 5a119d8060
commit c01ceb9a84

7
after/syntax/ocaml.vim Normal file
View file

@ -0,0 +1,7 @@
if ! exists('b:current_syntax') || b:current_syntax !=# 'ocaml'
finish
endif
hi! link ocamlModule Type
hi! link ocamlModPath Normal
hi! link ocamlLabel DraculaOrangeItalic