file-icons / atom

Atom file-specific icons for improved visual grepping.
MIT License
1.32k stars 250 forks source link

PostCSS icon not applied to `postcss.config.js` (VSCode only?) #868

Closed SnO2WMaN closed 2 years ago

SnO2WMaN commented 2 years ago

I'm a VSCode user and maybe it doesn't happen with atom

The PostCSS icons don't applied to postcss.config.js (or even cjs,mjs).

2022 03 27_12 41 22

https://github.com/file-icons/atom/blob/87218c528641dfc2b4c882a6e6502ada3d78d9f0/config.cson#L5279

refer to Webpack and Tailwind settings, I think it looks like \b in regex is doing something bad.

https://github.com/file-icons/atom/blob/87218c528641dfc2b4c882a6e6502ada3d78d9f0/config.cson#L6494

https://github.com/file-icons/atom/blob/87218c528641dfc2b4c882a6e6502ada3d78d9f0/config.cson#L7222

Have some ideas?