{"version":3,"file":"python-repl-tidJCv0R.chunk.mjs","sources":["../node_modules/highlight.js/lib/languages/python-repl.js"],"sourcesContent":["/*\nLanguage: Python REPL\nRequires: python.js\nAuthor: Josh Goebel \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":["pythonRepl","hljs","pythonRepl_1"],"mappings":"4YAOA,SAASA,EAAWC,EAAM,CACxB,MAAO,CACL,QAAS,CAAE,OAAS,EACpB,SAAU,CACR,CACE,UAAW,cACX,OAAQ,CAGN,IAAK,MACL,OAAQ,CACN,IAAK,IACL,YAAa,QACd,CACF,EACD,SAAU,CACR,CAAE,MAAO,eAAiB,EAC1B,CAAE,MAAO,kBAAoB,CAC9B,CACF,CACF,CACL,CACA,CAEA,IAAAC,EAAiBF","x_google_ignoreList":[0]}