-
Notifications
You must be signed in to change notification settings - Fork 2
/
108.bundle.js.map
1 lines (1 loc) · 1.26 KB
/
108.bundle.js.map
1
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/mojolicious.js"],"names":["module","exports","hljs","name","subLanguage","contains","className","begin","end","excludeBegin","excludeEnd"],"mappings":"8EAkCAA,EAAOC,QA1BP,SAAqBC,GACnB,MAAO,CACLC,KAAM,cACNC,YAAa,MACbC,SAAU,CACR,CACEC,UAAW,OACXC,MAAO,oBAGT,CACEA,MAAO,oBAAqBC,IAAK,IACjCJ,YAAa,QAGf,CACEG,MAAO,gBACPC,IAAK,WACLJ,YAAa,OACbK,cAAc,EACdC,YAAY","file":"108.bundle.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}\", 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"],"sourceRoot":""}