about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/subx.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/subx/subx.vim b/subx/subx.vim
index 8bdeec7b..b386c088 100644
--- a/subx/subx.vim
+++ b/subx/subx.vim
@@ -21,3 +21,5 @@ set comments-=:#
 set comments+=n:#
 syntax match subxCommentedCode "#? .*"  | highlight link subxCommentedCode CommentedCode
 let b:cmt_head = "#? "
+
+syntax match subxDelimiter / \. /  | highlight link subxDelimiter Delimiter