UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

21 lines (20 loc) 591 B
import { l as languages } from "../../index-DF54SWhA.js"; languages.shortcode = languages.bbcode = { "tag": { pattern: /\[\/?[^\s=\]]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s"'\]=]+))?(?:\s+[^\s=\]]+\s*=\s*(?:"[^"]*"|'[^']*'|[^\s"'\]=]+))*\s*\]/, inside: { "punctuation": /^\[\/?|\]$/g, "attr-value": { pattern: /(=\s*)(?:"[^"]*"|'[^']*'|\S+)/, lookbehind: true, inside: { "punctuation": /^["']|["']$/g } }, "attr-equals": /=/, "tag": /^\S+/, "attr-name": /\S+/ } } }; //# sourceMappingURL=bbcode.js.map