Langium - v4.0.0
    Preparing search index...

    Interface GrammarConfig

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

    Properties

    multilineCommentRules: string[]

    Lists all rule names which are classified as multiline comment rules

    nameRegexp: RegExp

    A regular expression which matches characters of names