Skip to content

Add todo-highlighter extension#6209

Open
shionit wants to merge 3 commits into
zed-industries:mainfrom
shionit:add/todo-highlighter
Open

Add todo-highlighter extension#6209
shionit wants to merge 3 commits into
zed-industries:mainfrom
shionit:add/todo-highlighter

Conversation

@shionit
Copy link
Copy Markdown

@shionit shionit commented May 24, 2026

Extension: TODO Highlighter

Highlights TODO, FIXME, HACK, NOTE, WARN, BUG and other keywords across all file types using a dedicated LSP server that emits semantic tokens.

Details

How it works

The extension ships a lightweight LSP server (todo-highlighter-lsp) that scans buffers and emits semantic tokens for keyword highlighting. Pre-built binaries are downloaded from GitHub Releases on first use, covering macOS (aarch64, x86_64), Linux (aarch64, x86_64), and Windows (x86_64, aarch64).

Testing

Tested locally as a dev extension in Zed with keywords highlighting correctly across Rust, Markdown, YAML, and other file types.

@cla-bot
Copy link
Copy Markdown

cla-bot Bot commented May 24, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @shionit on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@shionit
Copy link
Copy Markdown
Author

shionit commented May 24, 2026

@cla-bot check

@cla-bot cla-bot Bot added the cla-signed label May 24, 2026
@cla-bot
Copy link
Copy Markdown

cla-bot Bot commented May 24, 2026

The cla-bot has been summoned, and re-checked this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant