| Index: lib/src/prism/components/prism-php-extras.min.js
|
| diff --git a/lib/src/prism/components/prism-php-extras.min.js b/lib/src/prism/components/prism-php-extras.min.js
|
| index 54ef980f20c671afd2437a3e3b6d64f2fea002f5..2766282854ec0a779459b2b25f4acac9d8846e4d 100644
|
| --- a/lib/src/prism/components/prism-php-extras.min.js
|
| +++ b/lib/src/prism/components/prism-php-extras.min.js
|
| @@ -1 +1 @@
|
| -Prism.languages.insertBefore("php","variable",{"this":/\$this/,global:/\$_?(GLOBALS|SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE|HTTP_RAW_POST_DATA|argc|argv|php_errormsg|http_response_header)/,scope:{pattern:/\b[\w\\]+::/,inside:{keyword:/(static|self|parent)/,punctuation:/(::|\\)/}}});
|
| +Prism.languages.insertBefore("php","variable",{"this":/\$this\b/,global:/\$(?:_(?:SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE)|GLOBALS|HTTP_RAW_POST_DATA|argc|argv|php_errormsg|http_response_header)/,scope:{pattern:/\b[\w\\]+::/,inside:{keyword:/(static|self|parent)/,punctuation:/(::|\\)/}}});
|
|
|