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
/
MlLikeState
/
MlLikeState
Ml
Like
State
constructor
(
tokenize
:
(
StringStream
,
MlLikeState
)
->
String
?
=
{ _, _ -> null }
,
commentLevel
:
Int
=
0
,
longString
:
Boolean
=
false
)