Interface GrammarConfig

interface GrammarConfig {
    multilineCommentRules: string[];
    nameRegexp: RegExp;
}

Properties

multilineCommentRules: string[]

Lists all rule names which are classified as multiline comment rules

nameRegexp: RegExp

A regular expression which matches characters of names