aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax/php.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/syntax/php.vim')
-rw-r--r--vim/after/syntax/php.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/after/syntax/php.vim b/vim/after/syntax/php.vim
new file mode 100644
index 00000000..fb29b555
--- /dev/null
+++ b/vim/after/syntax/php.vim
@@ -0,0 +1,3 @@
+" Make PHP highlighting a bit less visually noisy
+highlight! link phpVarSelector phpIdentifier
+