diff options
-rw-r--r-- | vimrc.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vimrc.vim b/vimrc.vim index 30e72105..d2a65146 100644 --- a/vimrc.vim +++ b/vimrc.vim @@ -5,5 +5,4 @@ function! HighlightMuInArc() syntax keyword muHack begin | highlight link muHack CommentedCode syntax match muHack "[()]" | highlight link muHack CommentedCode endfunction -call HighlightMuInArc() autocmd BufRead,BufNewFile *.mu call HighlightMuInArc() |