UNPKG

@codemirror/legacy-modes

Version:

Collection of ported legacy language modes for the CodeMirror code editor

6 lines (5 loc) 244 B
import {StreamParser} from "@codemirror/language" export declare const css: StreamParser<unknown> export declare const sCSS: StreamParser<unknown> export declare const less: StreamParser<unknown> export declare const gss: StreamParser<unknown>