From 2d938a1c362f82d27aeff55a11991bf522f3308e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 18 Apr 2015 00:01:15 -0700 Subject: 1095 --- cpp/vimrc.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/vimrc.vim b/cpp/vimrc.vim index 627bfc8a..c666d258 100644 --- a/cpp/vimrc.vim +++ b/cpp/vimrc.vim @@ -19,6 +19,7 @@ function! HighlightTangledFile() " regular comments. 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 " the generated .cc file. They're highlighted same as regular comments. syntax match tangledComment /\/\/:.*/ | highlight link tangledComment Comment -- cgit 1.4.1-2-gfad0