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
syntax match ocamlArrow /<\ze-/ contains=ocamlArrowM,ocamlArrowH
21
syntax match ocamlArrowH /</ contained containedin=ocamlArrow conceal cchar=←
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
" <>
29
syntax match ocamlNiceOperator "<>" conceal cchar=≠
30
···
20
syntax match ocamlArrow /<\ze-/ contains=ocamlArrowM,ocamlArrowH
21
syntax match ocamlArrowH /</ contained containedin=ocamlArrow conceal cchar=←
22
0
0
0
0
0
23
" <>
24
syntax match ocamlNiceOperator "<>" conceal cchar=≠
25