Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
language
/
com.monkopedia.kodemirror.language
/
HighlightStyleBuilder
/
styles
styles
infix
fun
Tag
.
styles
(
style
:
SpanStyle
)
Map a single
Tag
to a
SpanStyle
.
infix
fun
List
<
Tag
>
.
styles
(
style
:
SpanStyle
)
Map multiple
Tag
s to the same
SpanStyle
.