aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-18 13:05:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-18 13:05:39 +1300
commite2ef4845869aa38823542034473b5d6ce6ba2f3d (patch)
treedea5af9adf4481baf40c592cd0ce9da665b32960 /vim/after/syntax
parentMerge branch 'release/v0.23.0' (diff)
parentBump version number to 0.24.0 (diff)
downloaddotfiles-e2ef4845869aa38823542034473b5d6ce6ba2f3d.tar.gz
dotfiles-e2ef4845869aa38823542034473b5d6ce6ba2f3d.zip
Merge branch 'release/v0.24.0'v0.24.0
* release/v0.24.0: Bump version number to 0.24.0 Always add --log to `git merge` Refactor directory creation in plugins Remove HTML and PHP syntax highlighting tweaks Clear unwanted syntax group, don't link to NONE
Diffstat (limited to 'vim/after/syntax')
-rw-r--r--vim/after/syntax/html.vim3
-rw-r--r--vim/after/syntax/messages.vim2
-rw-r--r--vim/after/syntax/php.vim2
3 files changed, 1 insertions, 6 deletions
diff --git a/vim/after/syntax/html.vim b/vim/after/syntax/html.vim
deleted file mode 100644
index d476ec2c..00000000
--- a/vim/after/syntax/html.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-" Make HTML highlighting a bit less visually noisy
-highlight! link htmlTag Type
-highlight! link htmlEndTag htmlTag
diff --git a/vim/after/syntax/messages.vim b/vim/after/syntax/messages.vim
index a1f97d1f..04faa607 100644
--- a/vim/after/syntax/messages.vim
+++ b/vim/after/syntax/messages.vim
@@ -1,3 +1,3 @@
" The highlighting for errors in syslog/messages files is more often annoying
" than useful, so just turn it off.
-highlight! link messagesError NONE
+syntax clear messagesError
diff --git a/vim/after/syntax/php.vim b/vim/after/syntax/php.vim
deleted file mode 100644
index 139e9d36..00000000
--- a/vim/after/syntax/php.vim
+++ /dev/null
@@ -1,2 +0,0 @@
-" Make PHP highlighting a bit less visually noisy
-highlight! link phpVarSelector phpIdentifier