Skip to content

Allow customizing bracket pairs #131412

@hediet

Description

@hediet

Is it possible to add language specific overrides for brackets pairs in config?

"[plaintext]": {
    "editor.language.bracketPairs": [
        ["[", "]"],
        ["(", ")"],
        ["{", "}"]
    ],
    "editor.language.colorizedBracketPairs": [
        ["[", "]"]
    ]
},

Or other way to specify subset of pairs provided by language. Or expend it if implementation supports expanding list of pairs and don't rely on language implementation.

Originally posted by @IllusionMH in #131176 (comment)

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions