Microsoft/vscode
bracket pair colorization incorrectly renders `>` in C# markdown code fence
クローズ
#279,576 opened on 2025/11/26
Good first issueNight ModeStyles
Repository metrics
- Stars
- (184,936 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
> 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.