catppuccin / jetbrains-icons

🦊 Soothing pastel icons for JetBrains IDEs
https://plugins.jetbrains.com/plugin/23029-catppuccin-icons
MIT License
76 stars 9 forks source link

feat: support custom filetype associations (e.g. `dev.Dockerfile`) #32

Closed quentinguidee closed 1 month ago

quentinguidee commented 4 months ago

This PR allows custom filetype associations with a fileTypes map. This allows this PR to detect Dockerfile with different names. The JetBrains Docker extension must be installed for this PR to work. If not installed, it will fallback to the filename detection.

Before/After:

image