Microsoft/vscode
bracket pair colorization incorrectly renders `>` in C# markdown code fence
Closed
#279,576 opened on Nov 26, 2025
bracket-pair-colorizationbughelp wanted
Repository metrics
- Stars
- (184,936 stars)
- PR merge metrics
- (Avg merge 11h 43m) (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.