add ocaml fixes
This commit is contained in:
parent
5a119d8060
commit
c01ceb9a84
1 changed files with 7 additions and 0 deletions
7
after/syntax/ocaml.vim
Normal file
7
after/syntax/ocaml.vim
Normal 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
|
Loading…
Reference in a new issue