-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathocaml.txt
27 lines (16 loc) · 998 Bytes
/
ocaml.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*ocaml.txt* Filetype plugin for OCaml
CONFIGURATION *ocaml-configuration*
*g:ocaml_highlight_operators*
By default operators are not linked to the Operator group and thus not
highlighted. You can turn on highlighting of operators by defining:
let g:ocaml_highlight_operators = 1
*g:odoc_html_support*
By default HTML code inlined in OCamldoc/Odoc syntax is not highlighted to
avoid loading the HTML syntax. You can turn on HTML highlighting by defining:
let g:odoc_html_support = 1
*g:ocaml_compiler_compact_messages*
By default the output of the OCaml compiler is filtered to keep only the
location and message by the compiler plugin. You can keep the full multi-line
messages as displayed by the compiler by defining:
let g:ocaml_compiler_compact_messages = 0
vim:tw=78:et:ft=help:norl: