@marianfoo/adt-ls - v0.4.1
    Preparing search index...

    Interface SemanticTokensLegend

    The server's semantic-tokens legend (from initialize capabilities).

    interface SemanticTokensLegend {
        tokenModifiers: string[];
        tokenTypes: string[];
    }
    Index

    Properties

    tokenModifiers: string[]
    tokenTypes: string[]