Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
language
/
com.monkopedia.kodemirror.language
/
indentRange
indent
Range
fun
indentRange
(
state
:
EditorState
,
from
:
DocPos
,
to
:
DocPos
)
:
ChangeSpec
?
Generate a
ChangeSpec.Multi
that re-indents every line in the given range.