about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim
index 35d46651..86f71ff8 100644
--- a/mu.vim
+++ b/mu.vim
@@ -28,7 +28,7 @@ syntax match muSalientComment /##.*$/ | highlight link muSalientComment SalientC
 syntax match muComment /;.*$/ | highlight link muComment Comment
 syntax match muSalientComment /;;.*$/ | highlight link muSalientComment SalientComment
 set comments+=n:#
-syntax match CommentedCode "#? .*"
+syntax match muCommentedCode "#? .*" | highlight link muCommentedCode CommentedCode
 let b:cmt_head = "#? "
 
 syntax match muDelimiter "[{}]" | highlight link muDelimiter Delimiter