UNPKG

@codemirror/legacy-modes

Version:

Collection of ported legacy language modes for the CodeMirror code editor

5 lines (4 loc) 199 B
import {StreamParser} from "@codemirror/language" export declare const oCaml: StreamParser<unknown> export declare const fSharp: StreamParser<unknown> export declare const sml: StreamParser<unknown>