Updated against 5.5.9 and added more extensions
This commit is contained in:
parent
d30ecd69f8
commit
f3748eb7ec
3 changed files with 25 additions and 14 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
|
||||
and constantly update against the latest PHP release.
|
||||
|
||||
Last updated against **5.5.8**
|
||||
Last updated against **5.5.9**
|
||||
|
||||
[StanAngeloff]: https://github.com/StanAngeloff/php.vim
|
||||
[garvin]: https://github.com/vim-scripts/php.vim--Garvin
|
||||
|
|
BIN
syntax/php.vim
BIN
syntax/php.vim
Binary file not shown.
|
@ -31,29 +31,35 @@
|
|||
* shared) for these constants to show up.
|
||||
*/
|
||||
$allowed_extensions = [
|
||||
'amqp',
|
||||
'apcu',
|
||||
'bcmath',
|
||||
'bz2',
|
||||
'calendar',
|
||||
// 'com_dotnet',
|
||||
#'com_dotnet',
|
||||
'core',
|
||||
'couchbase',
|
||||
'ctype',
|
||||
'curl',
|
||||
'date',
|
||||
'dba',
|
||||
'dom',
|
||||
// 'enchant',
|
||||
#'enchant',
|
||||
'ereg',
|
||||
'exif',
|
||||
'fileinfo',
|
||||
'filter',
|
||||
'ftp',
|
||||
'gd',
|
||||
'geoip',
|
||||
'gettext',
|
||||
// 'gmp',
|
||||
'gmagick',
|
||||
#'gmp',
|
||||
'hash',
|
||||
'iconv',
|
||||
// 'imap',
|
||||
// 'interbase',
|
||||
'imagick',
|
||||
#'imap',
|
||||
#'interbase',
|
||||
'intl',
|
||||
'json',
|
||||
'ldap',
|
||||
|
@ -63,11 +69,13 @@ $allowed_extensions = [
|
|||
'memcache',
|
||||
'memcached',
|
||||
'mhash',
|
||||
// 'mssql',
|
||||
'mongo',
|
||||
#'mssql',
|
||||
'mysql',
|
||||
'mysqli',
|
||||
// 'oci8',
|
||||
// 'oci8_11g',
|
||||
'oauth',
|
||||
#'oci8',
|
||||
#'oci8_11g',
|
||||
'odbc',
|
||||
'openssl',
|
||||
'pcre',
|
||||
|
@ -78,7 +86,7 @@ $allowed_extensions = [
|
|||
'posix',
|
||||
'pspell',
|
||||
'readline',
|
||||
// 'recode',
|
||||
#'recode',
|
||||
'redis',
|
||||
'reflection',
|
||||
'session',
|
||||
|
@ -88,16 +96,18 @@ $allowed_extensions = [
|
|||
'soap',
|
||||
'sockets',
|
||||
'spl',
|
||||
// 'sqlite',
|
||||
#'sqlite',
|
||||
'sqlite3',
|
||||
'standard',
|
||||
// 'sybase_ct',
|
||||
#'sybase_ct',
|
||||
'sysvmsg',
|
||||
'sysvsem',
|
||||
'sysvshm',
|
||||
// 'tidy',
|
||||
'tokenizer',
|
||||
'test_helpers',
|
||||
'tidy',
|
||||
'tokenizer',
|
||||
#'tokyotyrant',
|
||||
#'varnish',
|
||||
'wddx',
|
||||
'xdebug',
|
||||
'xml',
|
||||
|
@ -105,6 +115,7 @@ $allowed_extensions = [
|
|||
'xmlrpc',
|
||||
'xmlwriter',
|
||||
'xsl',
|
||||
'yaml',
|
||||
'zip',
|
||||
'zlib',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue