mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 05:58:15 +08:00
45 lines
1.0 KiB
JavaScript
45 lines
1.0 KiB
JavaScript
|
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
|