UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

37 lines (36 loc) 837 B
export var entity: (RegExp | { pattern: RegExp; alias: string; })[]; export namespace tag { const pattern: RegExp; const greedy: boolean; const inside: { punctuation: RegExp; tag: { pattern: RegExp; inside: { namespace: RegExp; }; }; 'attr-value': { pattern: RegExp; lookbehind: boolean; greedy: boolean; inside: { punctuation: RegExp; entity: (RegExp | { pattern: RegExp; alias: string; })[]; }; }[]; 'attr-equals': RegExp; 'attr-name': { pattern: RegExp; inside: { namespace: RegExp; }; }; }; }