Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/highlight/php-template.js.map')
-rw-r--r--js/highlight/php-template.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/php-template.js.map b/js/highlight/php-template.js.map
index 8f7ee5359..4db9e89e6 100644
--- a/js/highlight/php-template.js.map
+++ b/js/highlight/php-template.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./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":"oGAqDAA,EAAOC,QA7CP,SAAqBC,GACnB,MAAO,CACLC,KAAM,eACNC,YAAa,MACbC,SAAU,CACR,CACEC,MAAO,cACPC,IAAK,MACLH,YAAa,MACbC,SAAU,CAGR,CACEC,MAAO,OACPC,IAAK,OACLC,MAAM,GAER,CACEF,MAAO,KACPC,IAAK,IACLC,MAAM,GAER,CACEF,MAAO,KACPC,IAAK,IACLC,MAAM,GAERN,EAAKO,QAAQP,EAAKQ,iBAAkB,CAClCC,QAAS,KACTC,UAAW,KACXP,SAAU,KACVG,MAAM,IAERN,EAAKO,QAAQP,EAAKW,kBAAmB,CACnCF,QAAS,KACTC,UAAW,KACXP,SAAU,KACVG,MAAM","file":"highlight/php-template.js?v=bbe58b4a52a5ffba1393","sourcesContent":["/*\nLanguage: PHP Template\nRequires: xml.js, php.js\nAuthor: Josh Goebel <hello@joshgoebel.com>\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 {\n begin: '/\\\\*',\n end: '\\\\*/',\n skip: true\n },\n {\n begin: 'b\"',\n end: '\"',\n skip: true\n },\n {\n begin: 'b\\'',\n end: '\\'',\n skip: true\n },\n hljs.inherit(hljs.APOS_STRING_MODE, {\n illegal: null,\n className: null,\n contains: null,\n skip: true\n }),\n hljs.inherit(hljs.QUOTE_STRING_MODE, {\n illegal: null,\n className: null,\n contains: null,\n skip: true\n })\n ]\n }\n ]\n };\n}\n\nmodule.exports = phpTemplate;\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./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":"oGAqDAA,EAAOC,QA7CP,SAAqBC,GACnB,MAAO,CACLC,KAAM,eACNC,YAAa,MACbC,SAAU,CACR,CACEC,MAAO,cACPC,IAAK,MACLH,YAAa,MACbC,SAAU,CAGR,CACEC,MAAO,OACPC,IAAK,OACLC,MAAM,GAER,CACEF,MAAO,KACPC,IAAK,IACLC,MAAM,GAER,CACEF,MAAO,KACPC,IAAK,IACLC,MAAM,GAERN,EAAKO,QAAQP,EAAKQ,iBAAkB,CAClCC,QAAS,KACTC,UAAW,KACXP,SAAU,KACVG,MAAM,IAERN,EAAKO,QAAQP,EAAKW,kBAAmB,CACnCF,QAAS,KACTC,UAAW,KACXP,SAAU,KACVG,MAAM","file":"highlight/php-template.js?v=1661d98032b19a8fe818","sourcesContent":["/*\nLanguage: PHP Template\nRequires: xml.js, php.js\nAuthor: Josh Goebel <hello@joshgoebel.com>\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 {\n begin: '/\\\\*',\n end: '\\\\*/',\n skip: true\n },\n {\n begin: 'b\"',\n end: '\"',\n skip: true\n },\n {\n begin: 'b\\'',\n end: '\\'',\n skip: true\n },\n hljs.inherit(hljs.APOS_STRING_MODE, {\n illegal: null,\n className: null,\n contains: null,\n skip: true\n }),\n hljs.inherit(hljs.QUOTE_STRING_MODE, {\n illegal: null,\n className: null,\n contains: null,\n skip: true\n })\n ]\n }\n ]\n };\n}\n\nmodule.exports = phpTemplate;\n"],"sourceRoot":""} \ No newline at end of file