aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-26 19:14:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-26 19:14:44 +1300
commit2c51e35969a135e917dbd2b5bb6f335cb7b64aee (patch)
tree88bcddc3b4406e5600b4e87dd6231e7c65403ced
parentMerge branch 'release/v4.0.0' into develop (diff)
downloaddotfiles-2c51e35969a135e917dbd2b5bb6f335cb7b64aee.tar.gz
dotfiles-2c51e35969a135e917dbd2b5bb6f335cb7b64aee.zip
Remove highlight double-quote VimL comment strings
-rw-r--r--vim/after/syntax/vim.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/after/syntax/vim.vim b/vim/after/syntax/vim.vim
new file mode 100644
index 00000000..acb5cdc5
--- /dev/null
+++ b/vim/after/syntax/vim.vim
@@ -0,0 +1,2 @@
+" Remove special highlighting for double-quoted strings in comments
+syntax clear vimCommentString