UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

20 lines (19 loc) 434 B
import { l as languages } from "../../index-DF54SWhA.js"; languages.rbnf = languages.bnf = { "string": /"[^\n"]*"|'[^\n']*'/, "definition": { pattern: /<[^<>\n ]+>(?=\s*::=)/, alias: "rule keyword", inside: { "punctuation": /^<|>$/ } }, "rule": { pattern: /<[^<>\n ]+>/, inside: { "punctuation": /^<|>$/ } }, "operator": /::=|[|()[\]{}*+?]|\.{3}/ }; //# sourceMappingURL=bnf.js.map