0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. atomcode
  2. /
  3. crates
  4. /
  5. atomcode-tuix
  6. /
  7. src
  8. /
  9. highlight
saulcysaulcychore(highlight): delete dormant syntect machinery and dependency
c383fed6创建于 9 天前历史提交
文件最后提交记录最后更新时间
mod.rs
chore(highlight): delete dormant syntect machinery and dependency Follow-up to 5e498358 (drop per-token colour from code blocks). Now that highlight_block returns plain-indented source unconditionally, the syntect SyntaxSet/Theme/CodePalette plumbing and the syntect dependency itself are dead weight — delete them. Theme module trims to just the runtime palette accessors actually used by non-code-block markdown (headings, inline code, etc.). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> 9 天前
theme.rs
chore(highlight): delete dormant syntect machinery and dependency Follow-up to 5e498358 (drop per-token colour from code blocks). Now that highlight_block returns plain-indented source unconditionally, the syntect SyntaxSet/Theme/CodePalette plumbing and the syntect dependency itself are dead weight — delete them. Theme module trims to just the runtime palette accessors actually used by non-code-block markdown (headings, inline code, etc.). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> 9 天前