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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |