Microsoft/vscode
View on GitHubbracket pair colorization incorrectly renders `>` in C# markdown code fence
Open
#279,576 opened on Nov 26, 2025
bracket-pair-colorizationbughelp wanted
Repository metrics
- Stars
- (74,848 stars)
- PR merge metrics
- (Avg merge 11h 48m) (1,000 merged PRs in 30d)
Description
> cannot be paired so it displayed red
Turning off Bracket Pair Colorization fixes it.
Alternatively removing > from editor.language.colorizedBracketPairs also fixes it.
It only affects code fence in markdown. The colorization works fine in .cs files
See screen shot
The token says it is an operator, but somehow the bracket pair colorization still treats it as brackets.