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

45 lines
955 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/bnf.js
var require_bnf = __commonJS({
"node_modules/highlight.js/lib/languages/bnf.js"(exports, module) {
function bnf(hljs) {
return {
name: "BackusNaur Form",
contains: [
// Attribute
{
className: "attribute",
begin: /</,
end: />/
},
// Specific
{
begin: /::=/,
end: /$/,
contains: [
{
begin: /</,
end: />/
},
// Common
hljs.C_LINE_COMMENT_MODE,
hljs.C_BLOCK_COMMENT_MODE,
hljs.APOS_STRING_MODE,
hljs.QUOTE_STRING_MODE
]
}
]
};
}
module.exports = bnf;
}
});
export {
require_bnf
};
//# sourceMappingURL=chunk-XR62BH6Y.js.map