blob: ca08ae2e384a27c5bd40e1662b1eb505ef39dc46 [file] [log] [blame]
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/python-repl.js"],"names":["module","exports","hljs","aliases","contains","className","starts","end","subLanguage","variants","begin"],"mappings":"gFA6BAA,EAAOC,QAvBP,SAAoBC,GAClB,MAAO,CACLC,QAAS,CAAC,SACVC,SAAU,CAAC,CACTC,UAAW,OACXC,OAAQ,CAGNC,IAAK,MACLD,OAAQ,CACNC,IAAK,IACLC,YAAa,WAGjBC,SAAU,CAAC,CACTC,MAAO,iBACN,CACDA,MAAO","file":"react-syntax-highlighter_languages_highlight_pythonRepl-119030801c40dff35c8f.js","sourcesContent":["/*\nLanguage: Python REPL\nRequires: python.js\nAuthor: Josh Goebel <hello@joshgoebel.com>\nCategory: common\n*/\nfunction pythonRepl(hljs) {\n return {\n aliases: ['pycon'],\n contains: [{\n className: 'meta',\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 }, {\n begin: /^\\.\\.\\.(?=[ ]|$)/\n }]\n }]\n };\n}\n\nmodule.exports = pythonRepl;"],"sourceRoot":""}