knowledgebase_law/node_modules/.vite/deps/chunk-XHNVOXQO.js

43 lines
990 B
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
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