Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
language
/
com.monkopedia.kodemirror.language
/
BracketMatchingConfig
/
BracketMatchingConfig
Bracket
Matching
Config
constructor
(
afterCursor
:
Boolean
=
true
,
brackets
:
String
=
"()[]{}"
,
maxScanDistance
:
Int
=
10000
,
renderMatch
:
(
match
:
MatchResult
)
->
DecorationSet
?
=
null
)