f7cloud_client/apps/text/js/python-repl-BtwP6BTX.chunk.mjs.map
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

1 line
1.1 KiB
Plaintext

{"version":3,"file":"python-repl-BtwP6BTX.chunk.mjs","sources":["../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":["pythonRepl","hljs","pythonRepl_1"],"mappings":"uCAOA,SAASA,EAAWC,EAAM,CACxB,MAAO,CACL,QAAS,CAAE,OAAO,EAClB,SAAU,CACR,CACE,UAAW,cACX,OAAQ,CAGN,IAAK,MACL,OAAQ,CACN,IAAK,IACL,YAAa,QACzB,GAEQ,SAAU,CACR,CAAE,MAAO,eAAe,EACxB,CAAE,MAAO,kBAAkB,CACrC,CACA,CACA,EAEA,CAEA,OAAAC,EAAiBF","x_google_ignoreList":[0]}