@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface SemanticTokensLegend

    The legend every response carries — the index → name tables of the lsp layout.

    interface SemanticTokensLegend {
        tokenModifiers: SemanticTokenModifier[];
        tokenTypes: SemanticTokenType[];
    }
    Index
    tokenModifiers: SemanticTokenModifier[]
    tokenTypes: SemanticTokenType[]