knowledgebase_law/node_modules/.vite/deps/chunk-WWN7SBM2.js
2025-04-11 11:47:09 -04:00

43 lines
1001 B
JavaScript

import {
__commonJS
} from "./chunk-2TUXWMP5.js";
// node_modules/highlight.js/lib/languages/python-repl.js
var require_python_repl = __commonJS({
"node_modules/highlight.js/lib/languages/python-repl.js"(exports, module) {
function pythonRepl(hljs) {
return {
aliases: ["pycon"],
contains: [
{
className: "meta",
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: /^\.\.\.(?=[ ]|$)/
}
]
}
]
};
}
module.exports = pythonRepl;
}
});
export {
require_python_repl
};
//# sourceMappingURL=chunk-WWN7SBM2.js.map