Skip to content

Commit

Permalink
1135
Browse files Browse the repository at this point in the history
  • Loading branch information
akkartik committed Apr 23, 2015
1 parent 9e608a7 commit e89eaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/vimrc.vim
Expand Up @@ -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
Expand Down

0 comments on commit e89eaad

Please sign in to comment.