Feature Proposal: Support Regex for File Icon Matching #29930
jannabiforever
started this conversation in
Extensions and Themes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to suggest adding support for regex (or wildcard pattern) matching when assigning file icons in Zed.
Why?
In many real-world projects, we often use structured file naming conventions, such as:
Dockerfile.dev, Dockerfile.prod
.env.local, .env.production
tsconfig.build.json, tsconfig.test.json
Currently, each of these needs to be explicitly defined to associate a file icon. But if Zed could support something like:
It would make icon configuration far more scalable and expressive.
Beta Was this translation helpful? Give feedback.
All reactions