PHP 5.5.11 and added tokyotyrant and varnish
This commit is contained in:
parent
cc2285a67e
commit
faa13514fe
3 changed files with 18 additions and 6 deletions
|
@ -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
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue