Skip to content

Conversation

@IceSentry
Copy link
Contributor

@IceSentry IceSentry commented Sep 9, 2021

The new bracket pair colorization feature of vscode colorizes all brackets no matter the language. In the context of rust colorizing the '<' and '>' brackets doesn't make sense most of the time, especially in match statements with math like the following screenshot.

image

Currently this configuration is only possible on a language server level which is why this PR is necessary.

See microsoft/vscode#132175 and microsoft/vscode#132476 for more information on the issue in vscode

@matklad
Copy link
Contributor

matklad commented Sep 9, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Sep 9, 2021

@bors bors bot merged commit f1bcf97 into rust-lang:master Sep 9, 2021
@lnicola lnicola changed the title configure colorizedBracketPairs fix: configure colorizedBracketPairs Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants