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
/
RState
/
RState
RState
constructor
(
tokenize
:
(
StringStream
,
RState
)
->
String
?
=
::rTokenBase
,
ctx
:
RContext
=
RContext("top", 0, R_ALIGN_NO, 0, null)
,
indent
:
Int
=
0
,
afterIdent
:
Boolean
=
false
,
curPunc
:
String
?
=
null
)