UNPKG

prong-editor

Version:

Prong (PRojectional jsON Gui) is an editor framework for creating bespoke in-browser editors for JSON-based domain-specific languages (such as [Vega](https://vega.github.io/vega/), [Vega-Lite](https://vega.github.io/vega-lite/), [Tracery](https://tracery.

7 lines (6 loc) 276 B
import { SimpleWidget } from "../widgets"; import { SyntaxNode } from "@lezer/common"; export declare const targTypes: Set<string>; export declare function pickNodeToHighlight(node: SyntaxNode): SyntaxNode; declare const Highlighter: SimpleWidget; export default Highlighter;