diff options
Diffstat (limited to 'ligature_plugins')
-rw-r--r-- | ligature_plugins/ocaml.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ligature_plugins/ocaml.vim b/ligature_plugins/ocaml.vim index fef4557..14c78e5 100644 --- a/ligature_plugins/ocaml.vim +++ b/ligature_plugins/ocaml.vim | |||
@@ -20,11 +20,6 @@ syntax match ocamlArrowH /-\@<=>/ contained containedin=ocamlArrow conceal cc | |||
20 | syntax match ocamlArrow /<\ze-/ contains=ocamlArrowM,ocamlArrowH | 20 | syntax match ocamlArrow /<\ze-/ contains=ocamlArrowM,ocamlArrowH |
21 | syntax match ocamlArrowH /</ contained containedin=ocamlArrow conceal cchar=← | 21 | syntax match ocamlArrowH /</ contained containedin=ocamlArrow conceal cchar=← |
22 | 22 | ||
23 | " => | ||
24 | syntax match ocamlArrow /=>/ contains=ocamlArrowM,ocamlArrowH | ||
25 | syntax match ocamlArrowM /=/ contained containedin=ocamlArrow conceal cchar= | ||
26 | syntax match ocamlArrowH /=\@<=>/ contained containedin=ocamlArrow conceal cchar=⇒ | ||
27 | |||
28 | " <> | 23 | " <> |
29 | syntax match ocamlNiceOperator "<>" conceal cchar=≠ | 24 | syntax match ocamlNiceOperator "<>" conceal cchar=≠ |
30 | 25 | ||