about summary refs log tree commit diff stats
path: root/subx/subx.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-08-04 21:21:19 -0700
committerKartik Agaram <vc@akkartik.com>2018-08-04 21:21:19 -0700
commita0db79038c630427c50bcd6ac3e2d6fe10c8007e (patch)
tree7c5adfec6190c743226d6e0cb63645ff61139227 /subx/subx.vim
parentbb2b6ba7fd72bbebc3a4490d090f080e7b8628cc (diff)
downloadmu-a0db79038c630427c50bcd6ac3e2d6fe10c8007e.tar.gz
4479
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 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