Liking cljdoc? Tell your friends :D

dots.vscode.document-range-semantic-tokens-provider

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.
raw docstring

provide-document-range-semantic-tokenscljs

(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>`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close