PHP 5.5.11 and added tokyotyrant and varnish

This commit is contained in:
Joshua Sherman 2014-04-11 11:36:06 -04:00
parent cc2285a67e
commit faa13514fe
3 changed files with 18 additions and 6 deletions

View file

@ -9,7 +9,7 @@ syntax file distributed with Vim.
The point of this fork is to embrace the latest and greatest PHP has to offer The point of this fork is to embrace the latest and greatest PHP has to offer
and constantly update against the latest PHP release. and constantly update against the latest PHP release.
Last updated against **5.5.10** Last updated against **5.5.11**
[StanAngeloff]: https://github.com/StanAngeloff/php.vim [StanAngeloff]: https://github.com/StanAngeloff/php.vim
[garvin]: https://github.com/vim-scripts/php.vim--Garvin [garvin]: https://github.com/vim-scripts/php.vim--Garvin

File diff suppressed because one or more lines are too long

View file

@ -9,7 +9,7 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License * @license http://www.opensource.org/licenses/mit-license.php MIT License
* *
* @author Stan Angeloff <stanimir@angeloff.name> * @author Stan Angeloff <stanimir@angeloff.name>
* @author Joshua Sherman <josh@gravityblvd.com> * @author Josh Sherman <josh@gravityblvd.com>
*/ */
/** /**
@ -142,10 +142,10 @@ $allowed_extensions = [
'tidy', 'tidy',
'timezonedb', 'timezonedb',
'tokenizer', 'tokenizer',
#'tokyotyrant', 'tokyo_tyrant',
'uploadprogress', 'uploadprogress',
'uuid', 'uuid',
#'varnish', 'varnish',
'wbxml', 'wbxml',
'wddx', 'wddx',
'xcache', 'xcache',