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()