Interface IExpandedMonarchLanguageAction
interface IExpandedMonarchLanguageAction {
bracket?: string;
cases?: Object;
goBack?: number;
group?: IMonarchLanguageAction[];
log?: string;
next?: string;
nextEmbedded?: string;
switchTo?: string;
token?: string;
}Properties§
§§§§§§§§
bracket?: string§
cases?: Objectmap from string to ILanguageAction
go Back?: numbergo back n characters in the stream
group?: IMonarchLanguageAction[]array of actions for each parenthesized match group
log?: stringlog a message to the browser console window
next?: stringthe next state to push, or "@push", "@pop", "@popall"
next Embedded?: stringswitch to embedded language (using the mimetype) or get out using "@pop"
switch To?: stringswitch to this state
token?: stringtoken class (ie. css class) (or "@brackets" or "@rematch")
or