provideDocumentColors
abstract fun provideDocumentColors(document: TextDocument, token: CancellationToken): ProviderResult<ReadonlyArray<ColorInformation>>(source)
Provide colors for the given document.
Parameters
document
The document in which the command was invoked.
token
A cancellation token.