Urara-Blog/node_modules/.pnpm-store/v3/files/ba/77e432e577274b352678dbe907e12a693aa084933e79769b7b34f2a2dd69f5600e22c1ad5e6f75aa59fca0055285b20bd82a42c1bb71f7c92852835ec74ed8
2022-08-14 01:14:53 +08:00

1 line
No EOL
329 B
Text

Prism.languages.insertBefore("php","variable",{this:{pattern:/\$this\b/,alias:"keyword"},global:/\$(?:GLOBALS|HTTP_RAW_POST_DATA|_(?:COOKIE|ENV|FILES|GET|POST|REQUEST|SERVER|SESSION)|argc|argv|http_response_header|php_errormsg)\b/,scope:{pattern:/\b[\w\\]+::/,inside:{keyword:/\b(?:parent|self|static)\b/,punctuation:/::|\\/}}});