DocumentRangeSemanticTokensProvider    
    The document range semantic tokens provider interface defines the contract between extensions and semantic tokens.
Functions
Link copied to clipboard
                  abstract fun provideDocumentRangeSemanticTokens(document: TextDocument, range: Range, token: CancellationToken): ProviderResult<SemanticTokens>