file-icons / atom

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

Wrong file assignment #690

Closed mbuc82 closed 6 years ago

mbuc82 commented 6 years ago

Hello together,

since one update, at least the file assignments for perl files (.pl / .pm) are wrong obviously. Those files display the onion sign instead of the camel.

I know it's a small issue, but it would be nice, if you could fix it :)

Thanks in advance!

Alhadis commented 6 years ago

Add the following ruleset to your stylesheet:

.perl-icon::before{
    content: "\f142";
    font-family: Mfizz;
    font-size: 14px;
    top: 1px;
}

The onion isn't "wrong", it's the logo of The Perl Foundation. Moreover, it's clearer and easier to distinguish at icon-size than a camel, hence why I chose it.