Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blockman-esque code block highlighting #1837

Open
1 task done
vtu-dog opened this issue Dec 27, 2024 · 0 comments
Open
1 task done

Blockman-esque code block highlighting #1837

vtu-dog opened this issue Dec 27, 2024 · 0 comments
Labels
needs infrastructure Zed's extension infrastructure doesn't currently support this type of extension

Comments

@vtu-dog
Copy link

vtu-dog commented Dec 27, 2024

Check for existing issues

  • Completed

Misc notes

I love the concept of highlighting code blocks, as I feel it greatly improves code readability in some languages (Rust & Python, to name a few). For examples, check out Blockman (VSCode) and block.nvim (neovim).

Random snippet from VSCode with Blockman enabled (Nord theme):
screenshot

It feels like a basic version of such a plugin (with each block getting progressively dimmer by a set HSV brightness percentage) should be easier to implement than the examples above due to tree-sitter integration. Pardon my ignorance though, it could be just as cursed of a task.

@vtu-dog vtu-dog added the needs infrastructure Zed's extension infrastructure doesn't currently support this type of extension label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs infrastructure Zed's extension infrastructure doesn't currently support this type of extension
Projects
None yet
Development

No branches or pull requests

1 participant