telegram-tt/dist/5297.01b37c1c033b4b7c5732.js.map
Alexander Zinchuk fb588bb582 [Build]
2022-05-20 17:57:33 +02:00

1 line
1.1 KiB
Plaintext

{"version":3,"file":"5297.01b37c1c033b4b7c5732.js","mappings":"qFA+BAA,EAAOC,QAxBP,SAAoBC,GAClB,MAAO,CACLC,QAAS,CAAE,SACXC,SAAU,CACR,CACEC,UAAW,cACXC,OAAQ,CAGNC,IAAK,MACLD,OAAQ,CACNC,IAAK,IACLC,YAAa,WAGjBC,SAAU,CACR,CAAEC,MAAO,iBACT,CAAEA,MAAO","sources":["webpack://telegram-t/./node_modules/highlight.js/lib/languages/python-repl.js"],"sourcesContent":["/*\nLanguage: Python REPL\nRequires: python.js\nAuthor: Josh Goebel <hello@joshgoebel.com>\nCategory: common\n*/\n\nfunction pythonRepl(hljs) {\n return {\n aliases: [ 'pycon' ],\n contains: [\n {\n className: 'meta.prompt',\n starts: {\n // a space separates the REPL prefix from the actual code\n // this is purely for cleaner HTML output\n end: / |$/,\n starts: {\n end: '$',\n subLanguage: 'python'\n }\n },\n variants: [\n { begin: /^>>>(?=[ ]|$)/ },\n { begin: /^\\.\\.\\.(?=[ ]|$)/ }\n ]\n }\n ]\n };\n}\n\nmodule.exports = pythonRepl;\n"],"names":["module","exports","hljs","aliases","contains","className","starts","end","subLanguage","variants","begin"],"sourceRoot":""}