This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path125.bundle.js.map
1 lines (1 loc) · 1.67 KB
/
125.bundle.js.map
1
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/php-template.js"],"names":["module","exports","hljs","name","subLanguage","contains","begin","end","skip","inherit","APOS_STRING_MODE","illegal","className","QUOTE_STRING_MODE"],"mappings":"8EA+BAA,EAAOC,QAvBP,SAAqBC,GACnB,MAAO,CACLC,KAAM,eACNC,YAAa,MACbC,SAAU,CACR,CACEC,MAAO,cACPC,IAAK,MACLH,YAAa,MACbC,SAAU,CAGR,CAACC,MAAO,OAAQC,IAAK,OAAQC,MAAM,GACnC,CAACF,MAAO,KAAMC,IAAK,IAAKC,MAAM,GAC9B,CAACF,MAAO,KAAOC,IAAK,IAAMC,MAAM,GAChCN,EAAKO,QAAQP,EAAKQ,iBAAkB,CAACC,QAAS,KAAMC,UAAW,KAAMP,SAAU,KAAMG,MAAM,IAC3FN,EAAKO,QAAQP,EAAKW,kBAAmB,CAACF,QAAS,KAAMC,UAAW,KAAMP,SAAU,KAAMG,MAAM","file":"125.bundle.js","sourcesContent":["/*\nLanguage: PHP Template\nRequires: xml.js, php.js\nAuthor: Josh Goebel <[email protected]>\nWebsite: https://www.php.net\nCategory: common\n*/\n\nfunction phpTemplate(hljs) {\n return {\n name: \"PHP template\",\n subLanguage: 'xml',\n contains: [\n {\n begin: /<\\?(php|=)?/,\n end: /\\?>/,\n subLanguage: 'php',\n contains: [\n // We don't want the php closing tag ?> to close the PHP block when\n // inside any of the following blocks:\n {begin: '/\\\\*', end: '\\\\*/', skip: true},\n {begin: 'b\"', end: '\"', skip: true},\n {begin: 'b\\'', end: '\\'', skip: true},\n hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null, className: null, contains: null, skip: true}),\n hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null, className: null, contains: null, skip: true})\n ]\n }\n ]\n };\n}\n\nmodule.exports = phpTemplate;\n"],"sourceRoot":""}