mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 17:18:17 +08:00
43 lines
990 B
JavaScript
43 lines
990 B
JavaScript
import {
|
|
__commonJS
|
|
} from "./chunk-2TUXWMP5.js";
|
|
|
|
// node_modules/highlight.js/lib/languages/node-repl.js
|
|
var require_node_repl = __commonJS({
|
|
"node_modules/highlight.js/lib/languages/node-repl.js"(exports, module) {
|
|
function nodeRepl(hljs) {
|
|
return {
|
|
name: "Node REPL",
|
|
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: "javascript"
|
|
}
|
|
},
|
|
variants: [
|
|
{
|
|
begin: /^>(?=[ ]|$)/
|
|
},
|
|
{
|
|
begin: /^\.\.\.(?=[ ]|$)/
|
|
}
|
|
]
|
|
}
|
|
]
|
|
};
|
|
}
|
|
module.exports = nodeRepl;
|
|
}
|
|
});
|
|
|
|
export {
|
|
require_node_repl
|
|
};
|
|
//# sourceMappingURL=chunk-XHNVOXQO.js.map
|