about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-06-30 21:58:27 -0700
committerKartik Agaram <vc@akkartik.com>2018-06-30 21:58:27 -0700
commit57dfb5ef07f002b63b862518a398b87c1dcb930c (patch)
tree05a798c33bec05e3aa023ce630d23113d3e0aad9 /mu.vim
parent2c6a077f2913d7f04382b8d06760552606a64ac8 (diff)
downloadmu-57dfb5ef07f002b63b862518a398b87c1dcb930c.tar.gz
4293
Diffstat (limited to 'mu.vim')
-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