HighlightStyle

A highlight style maps Tags to SpanStyles.

Implements Highlighter by delegating tag resolution to a tagHighlighter and maintaining a separate tag→SpanStyle map for Compose rendering.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun scope(node: NodeType): Boolean
Link copied to clipboard

Resolve the SpanStyle for a given style class key returned by style.

Link copied to clipboard
open override fun style(tags: List<Tag>): String?