BracketMatchingConfig

data class BracketMatchingConfig(val afterCursor: Boolean = true, val brackets: String = "()[]{}", val maxScanDistance: Int = 10000, val renderMatch: (match: MatchResult) -> DecorationSet? = null)

Configuration for bracket matching.

Constructors

Link copied to clipboard
constructor(afterCursor: Boolean = true, brackets: String = "()[]{}", maxScanDistance: Int = 10000, renderMatch: (match: MatchResult) -> DecorationSet? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard