aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-17 11:28:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-17 11:28:57 +1300
commit83ceb4f6f3d90ec00b4912ead29f427c62dbe5d9 (patch)
tree518420618aadf923f1ea7aed7f4fba423dcad971 /vim/after/syntax
parentClear unwanted syntax group, don't link to NONE (diff)
downloaddotfiles-83ceb4f6f3d90ec00b4912ead29f427c62dbe5d9.tar.gz
dotfiles-83ceb4f6f3d90ec00b4912ead29f427c62dbe5d9.zip
Remove HTML and PHP syntax highlighting tweaks
The things they were intended to fix aren't actually that bad, on review.
Diffstat (limited to 'vim/after/syntax')
-rw-r--r--vim/after/syntax/html.vim3
-rw-r--r--vim/after/syntax/php.vim2
2 files changed, 0 insertions, 5 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/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