We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed2103 commit 3bb7b1dCopy full SHA for 3bb7b1d
ftplugin/mim.vim
@@ -9,9 +9,9 @@ iabbrev \to →
9
iabbrev \top ⊤
10
iabbrev \bot ⊥
11
iabbrev -> →
12
-iabbrev \lam λ
13
-iabbrev \< ›
14
-iabbrev \> ‹
+iabbrev \lm λ
+iabbrev \< ‹
+iabbrev \> ›
15
iabbrev \<< «
16
iabbrev \>> »
17
iabbrev \{ ⦃
syntax/mim.vim
@@ -24,6 +24,7 @@ syn match mimKeyword "cfun"
24
syn match mimKeyword "fun"
25
syn match mimKeyword "cn"
26
syn match mimKeyword "fn"
27
+syn match mimKeyword "lm"
28
syn match mimKeyword "Fn"
29
syn match mimKeyword "Cn"
30
syn match mimKeyword "Idx"
0 commit comments