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

45 lines
1.0 KiB
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/fix.js
var require_fix = __commonJS({
"node_modules/highlight.js/lib/languages/fix.js"(exports, module) {
function fix(hljs) {
return {
name: "FIX",
contains: [{
begin: /[^\u2401\u0001]+/,
end: /[\u2401\u0001]/,
excludeEnd: true,
returnBegin: true,
returnEnd: false,
contains: [
{
begin: /([^\u2401\u0001=]+)/,
end: /=([^\u2401\u0001=]+)/,
returnEnd: true,
returnBegin: false,
className: "attr"
},
{
begin: /=/,
end: /([\u2401\u0001])/,
excludeEnd: true,
excludeBegin: true,
className: "string"
}
]
}],
case_insensitive: true
};
}
module.exports = fix;
}
});
export {
require_fix
};
//# sourceMappingURL=chunk-YGLNO777.js.map