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) • 686 B
JavaScript
var e, r;
function t() {
if (r) return e;
r = 1;
function n(a) {
return {
name: "Node REPL",
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: "javascript"
}
},
variants: [
{ begin: /^>(?=[ ]|$)/ },
{ begin: /^\.\.\.(?=[ ]|$)/ }
]
}
]
};
}
return e = n, e;
}
export {
t as __require
};
//# sourceMappingURL=node-repl.mjs.map