Interface IExpandedMonarchLanguageRule

interface IExpandedMonarchLanguageRule {
    action?: IMonarchLanguageAction;
    include?: string;
    regex?: string | RegExp;
}

Properties§

§action?: IMonarchLanguageAction

action to take on match

§include?: string

or an include rule. include all rules from the included state

§regex?: string | RegExp

match tokens