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/mojolicious.js.map')
-rw-r--r--js/highlight/mojolicious.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/mojolicious.js.map b/js/highlight/mojolicious.js.map
index 6205dfff3..b861892a4 100644
--- a/js/highlight/mojolicious.js.map
+++ b/js/highlight/mojolicious.js.map
@@ -1 +1 @@
-{"version":3,"file":"highlight/mojolicious.js?v=4bf01d650669921516e4","mappings":"6FAmCAA,EAAOC,QA3BP,SAAqBC,GACnB,MAAO,CACLC,KAAM,cACNC,YAAa,MACbC,SAAU,CACR,CACEC,UAAW,OACXC,MAAO,oBAGT,CACEA,MAAO,oBACPC,IAAK,IACLJ,YAAa,QAGf,CACEG,MAAO,gBACPC,IAAK,WACLJ,YAAa,OACbK,cAAc,EACdC,YAAY","sources":["webpack:///text/node_modules/highlight.js/lib/languages/mojolicious.js"],"sourcesContent":["/*\nLanguage: Mojolicious\nRequires: xml.js, perl.js\nAuthor: Dotan Dimet <dotan@corky.net>\nDescription: Mojolicious .ep (Embedded Perl) templates\nWebsite: https://mojolicious.org\nCategory: template\n*/\nfunction mojolicious(hljs) {\n return {\n name: 'Mojolicious',\n subLanguage: 'xml',\n contains: [\n {\n className: 'meta',\n begin: '^__(END|DATA)__$'\n },\n // mojolicious line\n {\n begin: \"^\\\\s*%{1,2}={0,2}\",\n end: '$',\n subLanguage: 'perl'\n },\n // mojolicious block\n {\n begin: \"<%{1,2}={0,2}\",\n end: \"={0,1}%>\",\n subLanguage: 'perl',\n excludeBegin: true,\n excludeEnd: true\n }\n ]\n };\n}\n\nmodule.exports = mojolicious;\n"],"names":["module","exports","hljs","name","subLanguage","contains","className","begin","end","excludeBegin","excludeEnd"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"file":"highlight/mojolicious.js?v=590c0909ac9eaf4dee63","mappings":"mHAmCAA,EAAOC,QA3BP,SAAqBC,GACnB,MAAO,CACLC,KAAM,cACNC,YAAa,MACbC,SAAU,CACR,CACEC,UAAW,OACXC,MAAO,oBAGT,CACEA,MAAO,oBACPC,IAAK,IACLJ,YAAa,QAGf,CACEG,MAAO,gBACPC,IAAK,WACLJ,YAAa,OACbK,cAAc,EACdC,YAAY","sources":["webpack:///text/node_modules/highlight.js/lib/languages/mojolicious.js"],"sourcesContent":["/*\nLanguage: Mojolicious\nRequires: xml.js, perl.js\nAuthor: Dotan Dimet <dotan@corky.net>\nDescription: Mojolicious .ep (Embedded Perl) templates\nWebsite: https://mojolicious.org\nCategory: template\n*/\nfunction mojolicious(hljs) {\n return {\n name: 'Mojolicious',\n subLanguage: 'xml',\n contains: [\n {\n className: 'meta',\n begin: '^__(END|DATA)__$'\n },\n // mojolicious line\n {\n begin: \"^\\\\s*%{1,2}={0,2}\",\n end: '$',\n subLanguage: 'perl'\n },\n // mojolicious block\n {\n begin: \"<%{1,2}={0,2}\",\n end: \"={0,1}%>\",\n subLanguage: 'perl',\n excludeBegin: true,\n excludeEnd: true\n }\n ]\n };\n}\n\nmodule.exports = mojolicious;\n"],"names":["module","exports","hljs","name","subLanguage","contains","className","begin","end","excludeBegin","excludeEnd"],"sourceRoot":""} \ No newline at end of file