From e9c5d0f6be019be3e5c37c3ef63994adeb4c125d Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Wed, 1 Jan 2014 12:30:11 -0500 Subject: [PATCH] Updated header and added support for `finally` --- syntax/php.template | 5 +++-- syntax/php.vim | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/syntax/php.template b/syntax/php.template index 570d75d..fe14a6e 100644 --- a/syntax/php.template +++ b/syntax/php.template @@ -2,7 +2,8 @@ " Language: PHP 5.3 & up " Maintainer: Paul Garvin " Contributor: Stan Angeloff -" URL: https://github.com/StanAngeloff/php.vim +" Contributor: Joshua Sherman +" URL: https://github.com/joshtronic/php.vim " " Former Maintainer: Peter Hodge " 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 " Exception Keywords -syn keyword phpStatement try catch throw contained +syn keyword phpStatement try catch finally throw contained " Language Constructs syn keyword phpStatement die exit eval empty isset unset list instanceof insteadof contained diff --git a/syntax/php.vim b/syntax/php.vim index d72184e..1362cfc 100644 --- a/syntax/php.vim +++ b/syntax/php.vim @@ -2,7 +2,8 @@ " Language: PHP 5.3 & up " Maintainer: Paul Garvin " Contributor: Stan Angeloff -" URL: https://github.com/StanAngeloff/php.vim +" Contributor: Joshua Sherman +" URL: https://github.com/joshtronic/php.vim " " Former Maintainer: Peter Hodge " 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 " Exception Keywords -syn keyword phpStatement try catch throw contained +syn keyword phpStatement try catch finally throw contained " Language Constructs syn keyword phpStatement die exit eval empty isset unset list instanceof insteadof contained