mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 07:11:53 +08:00
43 lines
1001 B
JavaScript
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
|