Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.document-highlight

A document highlight is a range inside a text document which deserves special attention. Usually a document highlight is visualized by changing the background color of its range.

A document highlight is a range inside a text document which deserves
special attention. Usually a document highlight is visualized by changing
the background color of its range.
raw docstring

kindcljs

(kind document-highlight)

The highlight kind, default is {@link DocumentHighlightKind.Text text}.

Returns: DocumentHighlightKind | undefined

The highlight kind, default is {@link DocumentHighlightKind.Text text}.

**Returns:** `DocumentHighlightKind | undefined`
sourceraw docstring

rangecljs

(range document-highlight)

The range this highlight applies to.

Returns: Range

The range this highlight applies to.

**Returns:** `Range`
sourceraw docstring

set-kind!cljs

(set-kind! document-highlight value)

The highlight kind, default is {@link DocumentHighlightKind.Text text}.

The highlight kind, default is {@link DocumentHighlightKind.Text text}.
sourceraw docstring

set-range!cljs

(set-range! document-highlight value)

The range this highlight applies to.

The range this highlight applies to.
sourceraw docstring

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

× close