aboutsummaryrefslogtreecommitdiff
path: root/node_modules/prismjs/components/prism-php-extras.min.js
blob: 74f5b41f31666ac7a35406b00c766ee27f5901ab (plain)
1
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)\b/,scope:{pattern:/\b[\w\\]+::/,inside:{keyword:/static|self|parent/,punctuation:/::|\\/}}});