blob: 5fdad974aac29cc3ea091d05cd91f7a38f4af413 [file] [log] [blame]
{"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":"gFA+BAA,EAAOC,QAvBP,SAAqBC,GACnB,MAAO,CACLC,KAAM,cACNC,YAAa,MACbC,SAAU,CAAC,CACTC,UAAW,OACXC,MAAO,oBAET,CACEA,MAAO,oBACPC,IAAK,IACLJ,YAAa,QAEf,CACEG,MAAO,gBACPC,IAAK,WACLJ,YAAa,OACbK,cAAc,EACdC,YAAY","file":"react-syntax-highlighter_languages_highlight_mojolicious-3622236a744e2aed3bb6.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 className: 'meta',\n begin: '^__(END|DATA)__$'\n }, // mojolicious line\n {\n begin: \"^\\\\s*%{1,2}={0,2}\",\n end: '$',\n subLanguage: 'perl'\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\nmodule.exports = mojolicious;"],"sourceRoot":""}