Interface IExpandedMonarchLanguageRule
interface IExpandedMonarchLanguageRule {
action?: IMonarchLanguageAction;
include?: string;
regex?: string | RegExp;
}Properties§
§§
action?: IMonarchLanguageAction§
include?: stringor an include rule. include all rules from the included state
regex?: string | RegExpmatch tokens
action to take on match