tangled
alpha
login
or
join now
oppi.li
/
scientifica
16
fork
atom
tall, condensed bitmap font for geeks
16
fork
atom
overview
issues
pulls
pipelines
Update ocaml.vim
authored by
Kaiwen Li
and committed by
GitHub
8 years ago
5d7fa838
44d1bf26
-5
1 changed file
expand all
collapse all
unified
split
ligature_plugins
ocaml.vim
-5
ligature_plugins/ocaml.vim
···
20
20
syntax match ocamlArrow /<\ze-/ contains=ocamlArrowM,ocamlArrowH
21
21
syntax match ocamlArrowH /</ contained containedin=ocamlArrow conceal cchar=←
22
22
23
23
-
" =>
24
24
-
syntax match ocamlArrow /=>/ contains=ocamlArrowM,ocamlArrowH
25
25
-
syntax match ocamlArrowM /=/ contained containedin=ocamlArrow conceal cchar=
26
26
-
syntax match ocamlArrowH /=\@<=>/ contained containedin=ocamlArrow conceal cchar=⇒
27
27
-
28
23
" <>
29
24
syntax match ocamlNiceOperator "<>" conceal cchar=≠
30
25