UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

21 lines (20 loc) 625 B
import { a as languages } from "../../core-8vQkh0Rd.js"; import { r as insertBefore } from "../../language-D-vtM55V.js"; import "./php.js"; //#region src/prism/languages/php-extras.js insertBefore(languages.php.php.inside, "variable", { "this": { pattern: /\$this\b/, alias: "keyword" }, "global": /\$(?:GLOBALS|HTTP_RAW_POST_DATA|_COOKIE|_ENV|_FILES|_GET|_POST|_REQUEST|_SERVER|_SESSION|arg[cv]|http_response_header|php_errormsg)\b/, "scope": { pattern: /\b[\w\\]+::/, inside: { "keyword": /\b(?:parent|self|static)\b/, "punctuation": /::|\\/ } } }); //#endregion //# sourceMappingURL=php-extras.js.map