diff options
Diffstat (limited to 'subx')
-rw-r--r-- | subx/subx.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/subx.vim b/subx/subx.vim index b386c088..438ad732 100644 --- a/subx/subx.vim +++ b/subx/subx.vim @@ -22,4 +22,5 @@ set comments+=n:# syntax match subxCommentedCode "#? .*" | highlight link subxCommentedCode CommentedCode let b:cmt_head = "#? " +" comment token syntax match subxDelimiter / \. / | highlight link subxDelimiter Delimiter |