Updated header and added support for finally
This commit is contained in:
parent
db528cd03c
commit
e9c5d0f6be
2 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,8 @@
|
||||||
" Language: PHP 5.3 & up
|
" Language: PHP 5.3 & up
|
||||||
" Maintainer: Paul Garvin <paul@paulgarvin.net>
|
" Maintainer: Paul Garvin <paul@paulgarvin.net>
|
||||||
" Contributor: Stan Angeloff <stanimir@angeloff.name>
|
" Contributor: Stan Angeloff <stanimir@angeloff.name>
|
||||||
" URL: https://github.com/StanAngeloff/php.vim
|
" Contributor: Joshua Sherman <josh@gravityblvd.com>
|
||||||
|
" URL: https://github.com/joshtronic/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
|
||||||
|
@ -122,7 +123,7 @@ syn keyword phpType class abstract extends interface implements static final var
|
||||||
syn keyword phpStatement __construct __destruct __call __callStatic __get __set __isset __unset __sleep __wakeup __toString __invoke __set_state __clone contained
|
syn keyword phpStatement __construct __destruct __call __callStatic __get __set __isset __unset __sleep __wakeup __toString __invoke __set_state __clone contained
|
||||||
|
|
||||||
" Exception Keywords
|
" Exception Keywords
|
||||||
syn keyword phpStatement try catch throw contained
|
syn keyword phpStatement try catch finally throw contained
|
||||||
|
|
||||||
" Language Constructs
|
" Language Constructs
|
||||||
syn keyword phpStatement die exit eval empty isset unset list instanceof insteadof contained
|
syn keyword phpStatement die exit eval empty isset unset list instanceof insteadof contained
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
" Language: PHP 5.3 & up
|
" Language: PHP 5.3 & up
|
||||||
" Maintainer: Paul Garvin <paul@paulgarvin.net>
|
" Maintainer: Paul Garvin <paul@paulgarvin.net>
|
||||||
" Contributor: Stan Angeloff <stanimir@angeloff.name>
|
" Contributor: Stan Angeloff <stanimir@angeloff.name>
|
||||||
" URL: https://github.com/StanAngeloff/php.vim
|
" Contributor: Joshua Sherman <josh@gravityblvd.com>
|
||||||
|
" URL: https://github.com/joshtronic/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
|
||||||
|
@ -349,7 +350,7 @@ syn keyword phpType class abstract extends interface implements static final var
|
||||||
syn keyword phpStatement __construct __destruct __call __callStatic __get __set __isset __unset __sleep __wakeup __toString __invoke __set_state __clone contained
|
syn keyword phpStatement __construct __destruct __call __callStatic __get __set __isset __unset __sleep __wakeup __toString __invoke __set_state __clone contained
|
||||||
|
|
||||||
" Exception Keywords
|
" Exception Keywords
|
||||||
syn keyword phpStatement try catch throw contained
|
syn keyword phpStatement try catch finally throw contained
|
||||||
|
|
||||||
" Language Constructs
|
" Language Constructs
|
||||||
syn keyword phpStatement die exit eval empty isset unset list instanceof insteadof contained
|
syn keyword phpStatement die exit eval empty isset unset list instanceof insteadof contained
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue