From d253de9f309cec128fdd42785664cc730eb9898d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 24 Apr 2015 10:23:49 -0700 Subject: 1164 --- cpp/vimrc.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp') diff --git a/cpp/vimrc.vim b/cpp/vimrc.vim index eae812c9..382c51fe 100644 --- a/cpp/vimrc.vim +++ b/cpp/vimrc.vim @@ -24,6 +24,9 @@ function! HighlightTangledFile() " the generated .cc file. They're highlighted same as regular comments. syntax match tangledComment /\/\/:.*/ | highlight link tangledComment Comment syntax match tangledSalientComment /\/\/::.*/ | highlight link tangledSalientComment SalientComment + " Include some bare-bones mu highlighting even in the C++ sources. + syntax match muAssign " <- " | highlight link muAssign SpecialChar + syntax match muAssign "\" endfunction call HighlightTangledFile() autocmd BufRead,BufNewFile *.mu set ft=mu -- cgit 1.4.1-2-gfad0