language-ethereum
language-ethereum copied to clipboard
Remove file-icons integration
The current file-icons integration has 3 bugs:
- the icon is not displayed for Solidity files
- the icon is not colorized for Solidity files
- the font is broken for the Ruby files
Before this PR:

This PR fixes all 3 issues.
After this PR:

Maintainer of file-icons here. =) It might please you to know that the file-icons package now supports Solidity files with a dedicated icon, as of v2.1.8 (which was actually released 3 days after this PR was submitted, haha).
If there are any file-extensions that are missing, please don't hesitate to open an issue or submit a pull-request. =)
@Alhadis Thanks for notification 🎩
@caktux I updated this PR to simply not define any style... the one from file-icons will be used and it looks like this:
You're most perfectly welcome, mate. :)
@caktux Is this repository still maintained?