UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

10 lines (9 loc) 261 B
/** * Adds JSX tags along with the custom tokenizer to the grammar * @param {any} grammar * @param {string} name */ export function addJsxTag(grammar: any, name: string): void; export var space: string; export var braces: string; export var spread: string;