Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Evaluate Twinkleplop for terminal code highlighting

未关闭
#1,633 1 条评论 2 个 reaction 已指派 1 人 在 GitHub 查看

维护者通常 1 天内回复

@MathurAditya724 已经在做这个了。

开始于 2026年9月24日。

评估

这个 Issue 还没有评估数据。

描述

jared

Terminal Markdown code blocks use a different highlighter from the local UI, so the advertised Twinkleplop-versus-Shiki speedups do not establish a benefit here. This task tracks evaluating terminal suitability rather than committing to a replacement.

  • The Markdown formatter uses cli-highlight, backed by highlight.js. That dependency renders HTML and parses it into ANSI output; Twinkleplop exposes HTML or flat token spans, not a compatible terminal rendering API.
  • No direct terminal performance comparison has been run. Startup, packaged size, ANSI output, language coverage/autodetection and plain/NO_COLOR behavior remain evaluation concerns. highlight.js is absent from the published comparison.
  • SQL formatting is outside this scope: @sentry/sqlish provides tolerant parsing, parameter recognition and structural formatting in addition to coloring.

via byk.

--

View Junior Session [Sentry]

主要语言
TypeScript
星标
121
派生
14
平均合并
1 天 1 小时
30 天内合并 PR
92

环境准备

我们还没有检查这个项目的环境配置文件。先看它的 README,通用步骤见我们的新手贡献指南。

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

getsentry/cli 的其他 Issue

查看 getsentry/cli 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。