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
/
NginxState
/
NginxState
Nginx
State
constructor
(
tokenize
:
(
StringStream
,
NginxState
)
->
NginxResult
=
::nginxTokenBase
,
baseIndent
:
Int
=
0
,
stack
:
MutableList
<
String
>
=
mutableListOf()
,
curType
:
String
?
=
null
)