aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-01 00:08:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-01 09:07:55 +1300
commit700bdbec3bae3d4f7bf582d67350990293be7c87 (patch)
treed5e126d9abb691cdd1d2fbb542e6db8d9127d021 /vim/after
parentMerge branch 'hotfix/v0.2.1' into develop (diff)
downloaddotfiles-700bdbec3bae3d4f7bf582d67350990293be7c87.tar.gz
dotfiles-700bdbec3bae3d4f7bf582d67350990293be7c87.zip
Remove extraneous spacing between words
No functional effect.
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/syntax/html.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/syntax/html.vim b/vim/after/syntax/html.vim
index 80012114..d476ec2c 100644
--- a/vim/after/syntax/html.vim
+++ b/vim/after/syntax/html.vim
@@ -1,3 +1,3 @@
" Make HTML highlighting a bit less visually noisy
-highlight! link htmlTag Type
+highlight! link htmlTag Type
highlight! link htmlEndTag htmlTag