about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-17 00:46:37 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-17 00:46:37 -0800
commit0d7afdf7b4a00323e171d5a65aba9934848159c6 (patch)
tree5971faa6eca35bded7356241a2c2f312e00ba779 /subx
parentcdfff1a18d2203b8493f8700ab694c1c05ef6161 (diff)
downloadmu-0d7afdf7b4a00323e171d5a65aba9934848159c6.tar.gz
4870
Don't treat this as a section comment:

  e8/call foo  # -1 is negative
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 88b2e893..b9ffb7ca 100644
--- a/subx/subx.vim
+++ b/subx/subx.vim
@@ -19,7 +19,7 @@ setlocal iskeyword+=-
 
 " comment colors for dark terminal: 14, 39, 27, 19
 " comment colors for light terminal: 19, 27, 39, 6
-syntax match subxH1Comment /# -.*/ | highlight subxH1Comment ctermfg=19
+syntax match subxH1Comment /# - .*/ | highlight subxH1Comment ctermfg=19
 syntax match subxComment /#[^ ].*\|# [^.-].*\|# \?$/ | highlight subxComment ctermfg=27
 syntax match subxS1Comment /# \..*/ | highlight subxS1Comment ctermfg=39
 syntax match subxS2Comment /# \. \..*/ | highlight subxS2Comment ctermfg=6