about summary refs log tree commit diff stats
path: root/arc/vimrc.vim
blob: d2a651463abc929863dcbbe205b4fc8f1e02b1e4 (plain) (blame)
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()
iv class='alt'>
03dd5f58 ^

5b769a3f ^

03dd5f58 ^
7ea02c71 ^
c588a118 ^

020e516a ^



28f5cdf7 ^
2655d9e8 ^

8e0d8d2a ^

11066f20 ^
5b769a3f ^
03dd5f58 ^

11066f20 ^
c9ed5834 ^
c2e94bfb ^
2655d9e8 ^
b80bf037 ^
3c062438 ^



11066f20 ^

2655d9e8 ^





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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79