about summary refs log blame commit diff stats
path: root/vimrc.vim
blob: d2a651463abc929863dcbbe205b4fc8f1e02b1e4 (plain) (tree)
1
2
3
4
5
6
7
8
                        





                                                                   
                                                       
syntax sync minlines=999

function! HighlightMuInArc()
  set ft=mu
  syntax keyword muHack begin | highlight link muHack CommentedCode
  syntax match muHack "[()]" | highlight link muHack CommentedCode
endfunction
autocmd BufRead,BufNewFile *.mu call HighlightMuInArc()
76 - update github docs' href='/akkartik/mu/commit/html/026assert.cc.html?h=hlt&id=65361948ca7975553757a0e0df4ac7352413044c'>65361948 ^
dbe12410 ^
65361948 ^

672e3e50 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57