chunk-O4N3RMMW.js 629 B

12345
  1. import { __commonJS } from './chunk-BS5JN4MX.js';
  2. var require_ebnf=__commonJS({"../../node_modules/refractor/lang/ebnf.js"(exports,module){module.exports=ebnf;ebnf.displayName="ebnf";ebnf.aliases=[];function ebnf(Prism){Prism.languages.ebnf={comment:/\(\*[\s\S]*?\*\)/,string:{pattern:/"[^"\r\n]*"|'[^'\r\n]*'/,greedy:!0},special:{pattern:/\?[^?\r\n]*\?/,greedy:!0,alias:"class-name"},definition:{pattern:/^([\t ]*)[a-z]\w*(?:[ \t]+[a-z]\w*)*(?=\s*=)/im,lookbehind:!0,alias:["rule","keyword"]},rule:/\b[a-z]\w*(?:[ \t]+[a-z]\w*)*\b/i,punctuation:/\([:/]|[:/]\)|[.,;()[\]{}]/,operator:/[-=|*/!]/};}}});
  3. export { require_ebnf };