Andrew
Andrew
thanks for reporting. seems like a regression. I remember accommodating for this [in a previous patch](https://github.com/catppuccin/zed/issues/19#issuecomment-2086260867). a regression, or something Linux specific. will look into this when I get access...
coming back to this to find that my personal Linux PC doesn't play well with Zed since it doesn't have a supported Vulkan GPU. it's unbearably slow. I'd be happy...
@ali-42 ahh, thank you for pointing this out. The previous slight blue-tint seems to look fine even on macOS. In a similar fashion I'll adjust inlay hints to be a...
I'll look into how the tokenization of JS/TS is handled. Hopefully there is an easy outlier to color `this`. The engine used in Zed (tree-sitter) is fundamentally different that VS...
some investigation into this showed that this was a result of a recent PR that changed `this` and `super` from `variable.special` -> `keyword` https://github.com/zed-industries/zed/pull/25135 our color for `this` (for JS/TS)...
Can you send the snippets you're using in the screenshots to view and test on my end? > [...] or is it a limitation of zed's tree sitter? Sort of,...
was going to close this due to https://github.com/catppuccin/zed/pull/90, but this notes 2 other syntax-related coloring - [ ] `null` (JS/TS) - [ ] propery names (JS/TS) so leaving this open
a bit over 6 months later, this arm64 is finally released (in public preview) 🎉 https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
yeah this has been an issue for a while. 😞 I remember requesting a feature for better highlighting last year https://github.com/zed-industries/zed/issues/8316
looked into this a bit. Unlike neovim, Zed currently doesn't have ability to color syntax based on language. The frustration was discussed a bit in #86 also, at some point...