Microsoft/vscode
Ver no GitHubbracket pair colorization incorrectly renders `>` in C# markdown code fence
Open
#279.576 aberto em 26 de nov. de 2025
bracket-pair-colorizationbughelp wanted
Métricas do repositório
- Stars
- (74.848 stars)
- Métricas de merge de PR
- (Mesclagem média 11h 43m) (1.000 fundiu PRs em 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.