Update template and get rid of whitespace at EOL.

This commit is contained in:
Stan Angeloff 2012-04-16 16:46:37 +03:00
parent 14823f4b05
commit aaf3338e6f
2 changed files with 10 additions and 12 deletions

View file

@ -1,8 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: PHP 5.3 & up " Language: PHP 5.3 & up
" Maintainer: Paul Garvin <paul@paulgarvin.net> " Maintainer: Paul Garvin <paul@paulgarvin.net>
" Last Change: April 2, 2010 " Contributor: Stan Angeloff <stanimir@angeloff.name>
" URL: " URL: https://github.com/StanAngeloff/php.vim
" "
" Former Maintainer: Peter Hodge <toomuchphp-vim@yahoo.com> " Former Maintainer: Peter Hodge <toomuchphp-vim@yahoo.com>
" Former URL: http://www.vim.org/scripts/script.php?script_id=1571 " Former URL: http://www.vim.org/scripts/script.php?script_id=1571
@ -48,9 +48,8 @@
" will highight '->someOtherVar->bar' as though they will be parsed " will highight '->someOtherVar->bar' as though they will be parsed
" as object member variables, but PHP only recognizes the first " as object member variables, but PHP only recognizes the first
" object member variable ($foo->someVar). " object member variable ($foo->someVar).
"
"
"
if exists("b:current_syntax") if exists("b:current_syntax")
finish finish
endif endif
@ -89,7 +88,7 @@ if exists("php_html_in_strings")
endif endif
syn case match syn case match
" Superglobals " Superglobals
syn keyword phpSuperglobals GLOBALS _GET _POST _REQUEST _FILES _COOKIE _SERVER _SESSION _ENV HTTP_RAW_POST_DATA php_errormsg http_response_header argc argv contained syn keyword phpSuperglobals GLOBALS _GET _POST _REQUEST _FILES _COOKIE _SERVER _SESSION _ENV HTTP_RAW_POST_DATA php_errormsg http_response_header argc argv contained

View file

@ -1,8 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: PHP 5.3 & up " Language: PHP 5.3 & up
" Maintainer: Paul Garvin <paul@paulgarvin.net> " Maintainer: Paul Garvin <paul@paulgarvin.net>
" Last Change: April 2, 2010 " Contributor: Stan Angeloff <stanimir@angeloff.name>
" URL: " URL: https://github.com/StanAngeloff/php.vim
" "
" Former Maintainer: Peter Hodge <toomuchphp-vim@yahoo.com> " Former Maintainer: Peter Hodge <toomuchphp-vim@yahoo.com>
" Former URL: http://www.vim.org/scripts/script.php?script_id=1571 " Former URL: http://www.vim.org/scripts/script.php?script_id=1571
@ -48,9 +48,8 @@
" will highight '->someOtherVar->bar' as though they will be parsed " will highight '->someOtherVar->bar' as though they will be parsed
" as object member variables, but PHP only recognizes the first " as object member variables, but PHP only recognizes the first
" object member variable ($foo->someVar). " object member variable ($foo->someVar).
"
"
"
if exists("b:current_syntax") if exists("b:current_syntax")
finish finish
endif endif
@ -89,7 +88,7 @@ if exists("php_html_in_strings")
endif endif
syn case match syn case match
" Superglobals " Superglobals
syn keyword phpSuperglobals GLOBALS _GET _POST _REQUEST _FILES _COOKIE _SERVER _SESSION _ENV HTTP_RAW_POST_DATA php_errormsg http_response_header argc argv contained syn keyword phpSuperglobals GLOBALS _GET _POST _REQUEST _FILES _COOKIE _SERVER _SESSION _ENV HTTP_RAW_POST_DATA php_errormsg http_response_header argc argv contained