Make dots a little more salient on a light-background Vim.
This commit is contained in:
Kartik Agaram 2018-12-28 21:08:17 -08:00
parent 32af4a33bb
commit c2532c2d10
1 changed files with 1 additions and 1 deletions

View File

@ -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