UNPKG

@codemirror/legacy-modes

Version:

Collection of ported legacy language modes for the CodeMirror code editor

13 lines (12 loc) 431 B
import {StreamParser} from "@codemirror/language" export declare function asn1(conf: { keywords?: {[word: string]: any}, cmipVerbs?: {[word: string]: any}, compareTypes?: {[word: string]: any}, status?: {[word: string]: any}, tags?: {[word: string]: any}, storage?: {[word: string]: any}, modifier?: {[word: string]: any}, accessTypes?: {[word: string]: any}, multiLineStrings?: boolean }): StreamParser<unknown>