about summary refs log tree commit diff stats
path: root/archive/1.vm.arc/vimrc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'archive/1.vm.arc/vimrc.vim')
-rw-r--r--archive/1.vm.arc/vimrc.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/archive/1.vm.arc/vimrc.vim b/archive/1.vm.arc/vimrc.vim
new file mode 100644
index 00000000..d2a65146
--- /dev/null
+++ b/archive/1.vm.arc/vimrc.vim
@@ -0,0 +1,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()