dotfiles/nvim/.vim/plugged/vim/after/syntax/ocaml.vim

8 lines
149 B
VimL
Raw Normal View History

2024-06-19 00:06:56 +02:00
if dracula#should_abort('ocaml')
finish
endif
hi! link ocamlModule Type
hi! link ocamlModPath Normal
hi! link ocamlLabel DraculaOrangeItalic