aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-11-09 21:47:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-11-09 21:47:26 +1300
commit9b02e4357aef4be8088172fbe9794d48ff85f4ab (patch)
tree35c5cf43a11c5586781256e0ba1b61b7addab635
parentImprove extension histogram commands (diff)
downloaddotfiles-9b02e4357aef4be8088172fbe9794d48ff85f4ab.tar.gz
dotfiles-9b02e4357aef4be8088172fbe9794d48ff85f4ab.zip
Don't color colon-delimited labels in Vim comments
-rw-r--r--vim/after/syntax/vim.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/after/syntax/vim.vim b/vim/after/syntax/vim.vim
index e67803cc..438ce596 100644
--- a/vim/after/syntax/vim.vim
+++ b/vim/after/syntax/vim.vim
@@ -1,5 +1,7 @@
-" Remove special highlighting for double-quoted strings in comments
+" Remove special highlighting for double-quoted strings and colon labels in
+" comments
syntax clear vimCommentString
+syntax clear vimCommentTitle
" Highlight :CompilerSet commands like :set/:setlocal, but only in compiler
" scripts in recognisable paths