file-icons / vscode

VSCode file specific icons for improved visual grepping
https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons
MIT License
191 stars 24 forks source link

Icon request: .pre-commit-config.yml #42

Closed Benjamin-Lee closed 5 years ago

Benjamin-Lee commented 5 years ago

Pre-commit is a pretty popular framework for managing pre-commit hooks. Would it be possible to get an icon for the config file (.pre-commit-config.yml)?

Alhadis commented 5 years ago

We already have one. What filenames isn't it showing for?

Benjamin-Lee commented 5 years ago

I'm on VSCode and seeing this:

image
Alhadis commented 5 years ago

Ah right, the VSCode package hasn't been updated in a while. I've been meaning to do that...

Alhadis commented 5 years ago

I had to add this manually because genex was unable to parse a filename-matching regex:

/^\.pre-commit\b.*\.ya?ml$/i skipped regex has too many cases to generate: Infinity