aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-17 11:29:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-17 11:29:25 +1300
commitfead36ba0d10e88660955092026ccaedd2ea7f04 (patch)
tree518420618aadf923f1ea7aed7f4fba423dcad971
parentMerge branch 'release/v0.23.0' into develop (diff)
parentRemove HTML and PHP syntax highlighting tweaks (diff)
downloaddotfiles-fead36ba0d10e88660955092026ccaedd2ea7f04.tar.gz
dotfiles-fead36ba0d10e88660955092026ccaedd2ea7f04.zip
Merge branch 'feature/vim-after-s...' into develop
* feature/vim-after-syntax: Remove HTML and PHP syntax highlighting tweaks Clear unwanted syntax group, don't link to NONE
-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