1
0
Fork 0
mirror of synced 2024-11-05 00:48:57 -05:00
ultimate-vim/sources_non_forked/dracula/after/syntax/ocaml.vim
2022-11-21 23:06:50 +08:00

7 lines
149 B
VimL

if dracula#should_abort('ocaml')
finish
endif
hi! link ocamlModule Type
hi! link ocamlModPath Normal
hi! link ocamlLabel DraculaOrangeItalic