Interface IMultiModeLexerDefinition

interface IMultiModeLexerDefinition {
    defaultMode: string;
    modes: MultiModesDefinition;
}

Properties

Properties

defaultMode: string