From 83ceb4f6f3d90ec00b4912ead29f427c62dbe5d9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 17 Jan 2018 11:28:57 +1300 Subject: Remove HTML and PHP syntax highlighting tweaks The things they were intended to fix aren't actually that bad, on review. --- vim/after/syntax/html.vim | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 vim/after/syntax/html.vim (limited to 'vim/after/syntax/html.vim') 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 -- cgit v1.2.3