Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
language
/
com.monkopedia.kodemirror.language
/
TagStyleSpec
Tag
Style
Spec
data
class
TagStyleSpec
(
val
tags
:
List
<
Tag
>
,
val
style
:
SpanStyle
)
Specification for a tag-to-style mapping in
HighlightStyle.define
.
Members
Constructors
Tag
Style
Spec
Link copied to clipboard
constructor
(
tags
:
List
<
Tag
>
,
style
:
SpanStyle
)
Properties
style
Link copied to clipboard
val
style
:
SpanStyle
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>