Microsoft/vscode

bracket pair colorization incorrectly renders `>` in C# markdown code fence

Open

#279 576 ouverte le 26 nov. 2025

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)TypeScript (10 221 forks)batch import
bracket-pair-colorizationbughelp wanted

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

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.

Guide contributeur