vue-files-preview-inno
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
34 lines (33 loc) • 687 B
JavaScript
var e, n;
function a() {
if (n) return e;
n = 1;
function t(r) {
return {
aliases: ["pycon"],
contains: [
{
className: "meta.prompt",
starts: {
// a space separates the REPL prefix from the actual code
// this is purely for cleaner HTML output
end: / |$/,
starts: {
end: "$",
subLanguage: "python"
}
},
variants: [
{ begin: /^>>>(?=[ ]|$)/ },
{ begin: /^\.\.\.(?=[ ]|$)/ }
]
}
]
};
}
return e = t, e;
}
export {
a as __require
};
//# sourceMappingURL=python-repl.mjs.map