13 lines
431 B
TypeScript
13 lines
431 B
TypeScript
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>
|