From e89eaad3410cf513c5235ff45db60bf994fbb104 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 22 Apr 2015 17:12:48 -0700 Subject: [PATCH] 1135 --- cpp/vimrc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/vimrc.vim b/cpp/vimrc.vim index 2b79fbecc..eae812c94 100644 --- a/cpp/vimrc.vim +++ b/cpp/vimrc.vim @@ -17,7 +17,7 @@ function! HighlightTangledFile() highlight traceAbsent ctermfg=darkred " Our C++ files can have mu code in scenarios, so highlight mu comments like " regular comments. - syntax match muComment /#.*$/ | highlight link muComment Comment + syntax match muComment /# .*$/ | highlight link muComment Comment syntax match muSalientComment /##.*$/ | highlight link muSalientComment SalientComment syntax match muCommentedCode /#? .*$/ | highlight link muCommentedCode CommentedCode " Tangled comments only make sense in the sources and are stripped out of