Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
SwiftState
/
SwiftState
Swift
State
constructor
(
prev
:
String
?
=
null
,
context
:
SwiftContext
?
=
null
,
indented
:
Int
=
0
,
tokenize
:
MutableList
<
(
StringStream
,
SwiftState
,
String
?
)
->
String
?
>
=
mutableListOf()
)