diff options
Diffstat (limited to 'vim/after/syntax/php.vim')
-rw-r--r-- | vim/after/syntax/php.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/after/syntax/php.vim b/vim/after/syntax/php.vim index fb29b555..139e9d36 100644 --- a/vim/after/syntax/php.vim +++ b/vim/after/syntax/php.vim @@ -1,3 +1,2 @@ " Make PHP highlighting a bit less visually noisy highlight! link phpVarSelector phpIdentifier - |