Span augmented with extra information that denotes the kind of the highlighting to be used for span.
Span augmented with extra information that denotes the kind of the highlighting to be used for span.
(context-end highlight-span)
Returns: Location | undefined
**Returns:** `Location | undefined`
(context-start highlight-span)
Returns: Location | undefined
**Returns:** `Location | undefined`
(end highlight-span)
One character past last character of the definition.
Returns: Location
One character past last character of the definition. **Returns:** `Location`
(kind highlight-span)
Returns: HighlightSpanKind
**Returns:** `HighlightSpanKind`
(set-end! highlight-span value)
One character past last character of the definition.
One character past last character of the definition.
(set-start! highlight-span value)
First character of the definition.
First character of the definition.
(start highlight-span)
First character of the definition.
Returns: Location
First character of the definition. **Returns:** `Location`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close