about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/subx.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/subx.vim b/subx/subx.vim
index 4e8cf58a..50ae22ba 100644
--- a/subx/subx.vim
+++ b/subx/subx.vim
@@ -44,7 +44,7 @@ syntax match subxCommentedCode "#? .*"  | highlight link subxCommentedCode Comme
 let b:cmt_head = "#? "
 
 " comment token
-syntax match subxDelimiter / \. /  | highlight link subxDelimiter CommentedCode
+syntax match subxDelimiter / \. /  | highlight link subxDelimiter Normal
 
 syntax match subxString %"[^"]*"% | highlight link subxString Constant