Microsoft/vscode

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

已关闭

#279,576 创建于 2025年11月26日

 (1 条评论) (0 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
Good first issueNight ModeStyles

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

> 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.

贡献者指南