From c01ceb9a8450c736483c916bc30a66d3fe4cbdc4 Mon Sep 17 00:00:00 2001 From: Derek P Sifford Date: Mon, 14 May 2018 13:25:14 -0400 Subject: [PATCH] add ocaml fixes --- after/syntax/ocaml.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 after/syntax/ocaml.vim diff --git a/after/syntax/ocaml.vim b/after/syntax/ocaml.vim new file mode 100644 index 0000000..591391b --- /dev/null +++ b/after/syntax/ocaml.vim @@ -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