Microsoft/vscode
View on GitHubbracket pair colorization incorrectly renders `>` in C# markdown code fence
Open
#279576 opened on Nov 26, 2025
bracket-pair-colorizationbughelp wanted
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.