Langium - v4.0.0
    Preparing search index...

    Type Alias LangiumGrammarKeywordNames

    LangiumGrammarKeywordNames:
        | "!"
        | "&"
        | "("
        | ")"
        | "*"
        | "+"
        | "+="
        | ","
        | "->"
        | "."
        | ".."
        | ":"
        | ";"
        | "<"
        | "="
        | "=>"
        | ">"
        | "?"
        | "?!"
        | "?<!"
        | "?<="
        | "?="
        | "@"
        | "Date"
        | "EOF"
        | "["
        | "]"
        | "assoc"
        | "bigint"
        | "boolean"
        | "current"
        | "entry"
        | "extends"
        | "false"
        | "fragment"
        | "grammar"
        | "hidden"
        | "import"
        | "infer"
        | "infers"
        | "infix"
        | "interface"
        | "left"
        | "number"
        | "on"
        | "returns"
        | "right"
        | "string"
        | "terminal"
        | "true"
        | "type"
        | "with"
        | "{"
        | "|"
        | "}"