b52a2cb5 ^
b3cdcdd4 ^
1
2 3 4 5 6 7 8 9
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 call HighlightMuInArc() autocmd BufRead,BufNewFile *.mu call HighlightMuInArc()