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