Companion

object Companion

Functions

Link copied to clipboard
fun ansi(vararg fields: String): Highlight
fun ansi(fields: List<String>): Highlight
Link copied to clipboard
fun html(vararg fields: String): Highlight
fun html(fields: List<String>): Highlight
Link copied to clipboard
fun none(): Highlight

No highlighting.

Link copied to clipboard
fun of(style: HighlightStyle? = null, fields: List<String> = emptyList()): Highlight

Escape hatch for specifying the server default highlight style (null) or an arbitrary style not otherwise supported by this version of the SDK.