about summary refs log tree commit diff stats
path: root/subx/subx.vim
diff options
context:
space:
mode:
Diffstat (limited to 'subx/subx.vim')
-rw-r--r--subx/subx.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/subx.vim b/subx/subx.vim
index 41026cea..8bdeec7b 100644
--- a/subx/subx.vim
+++ b/subx/subx.vim
@@ -17,6 +17,7 @@ setlocal formatoptions+=c  " but comments should still wrap
 
 syntax match subxComment /#.*$/  | highlight link subxComment Comment
 syntax match subxSalientComment /##.*$/  | highlight link subxSalientComment SalientComment
+set comments-=:#
 set comments+=n:#
 syntax match subxCommentedCode "#? .*"  | highlight link subxCommentedCode CommentedCode
 let b:cmt_head = "#? "