The document range semantic tokens provider interface defines the contract between extensions and semantic tokens.
The document range semantic tokens provider interface defines the contract between extensions and semantic tokens.
(provide-document-range-semantic-tokens document-range-semantic-tokens-provider
document
range
token)
Parameters:
document
: TextDocument
range
: Range
token
: CancellationToken
Returns: ProviderResult<SemanticTokens>
**Parameters:** - `document`: `TextDocument` - `range`: `Range` - `token`: `CancellationToken` **Returns:** `ProviderResult<SemanticTokens>`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close