dracula-vim/after/syntax/ocaml.vim

8 lines
149 B
VimL
Raw Normal View History

if dracula#should_abort('ocaml')
2018-05-14 17:25:14 +00:00
finish
endif
hi! link ocamlModule Type
hi! link ocamlModPath Normal
hi! link ocamlLabel DraculaOrangeItalic