aboutsummaryrefslogtreecommitdiff
path: root/ligature_plugins/ocaml.vim
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-04-14 06:40:27 +0100
committerAkshay <[email protected]>2020-04-14 06:40:27 +0100
commit17d7476fbc4895a05998db7e1a8357ea24ee25fd (patch)
treec1e32af8c3453a67824a00f6a125e39dfcde83fa /ligature_plugins/ocaml.vim
parent86dfb2b9201a4690aa11101e8060d55a2166d279 (diff)
improve haskell ligatures, add rust ligature conceals
Diffstat (limited to 'ligature_plugins/ocaml.vim')
-rw-r--r--ligature_plugins/ocaml.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ligature_plugins/ocaml.vim b/ligature_plugins/ocaml.vim
index 14c78e5..c966379 100644
--- a/ligature_plugins/ocaml.vim
+++ b/ligature_plugins/ocaml.vim
@@ -20,7 +20,7 @@ syntax match ocamlArrowH /-\@<=>/ contained containedin=ocamlArrow conceal cc
20syntax match ocamlArrow /<\ze-/ contains=ocamlArrowM,ocamlArrowH 20syntax match ocamlArrow /<\ze-/ contains=ocamlArrowM,ocamlArrowH
21syntax match ocamlArrowH /</ contained containedin=ocamlArrow conceal cchar=← 21syntax match ocamlArrowH /</ contained containedin=ocamlArrow conceal cchar=←
22 22
23" <> 23" <>
24syntax match ocamlNiceOperator "<>" conceal cchar=≠ 24syntax match ocamlNiceOperator "<>" conceal cchar=≠
25 25
26" greek letters 26" greek letters