UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

9 lines (8 loc) 233 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): any; export var space: string; export var braces: string;