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.
(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`
(range document-highlight)
The range this highlight applies to.
Returns: Range
The range this highlight applies to. **Returns:** `Range`
(set-kind! document-highlight value)
The highlight kind, default is {@link DocumentHighlightKind.Text text}.
The highlight kind, default is {@link DocumentHighlightKind.Text text}.
(set-range! document-highlight value)
The range this highlight applies to.
The range this highlight applies to.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close