From 57dfb5ef07f002b63b862518a398b87c1dcb930c Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 30 Jun 2018 21:58:27 -0700 Subject: 4293 --- mu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mu.vim') 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 -- cgit 1.4.1-2-gfad0