Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix, add and sort icons #1274

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Freed-Wu
Copy link

Fix:

ruby's official logo is falling down: https://www.ruby-lang.org/en/about/logo/
*.com is DOS binary format: https://en.wikipedia.org/wiki/COM_file
use editorconfig logo for .editorconfig
bare metal programs also use *.lib and *.a as their static library extension
use linux icon is not appropriate
however, bare metal programs don't support dynamic library
so use windows icon for *.dll
use vim icon for _vimrc and _gvimrc, which are vimrc filename on windows
use fennel icon for .fennelrc and fennelrc

Add some missing icons from:

Sort them alphabetically

Description
How Has This Been Tested?

Copy link
Member

@cafkafk cafkafk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the contribution, before I continue the review, please make sure the code is compiling, currently it fails due to a lack of a comma

@Freed-Wu Freed-Wu force-pushed the icon branch 4 times, most recently from b9ff04f to 2a5d471 Compare December 29, 2024 04:30
Fix:

ruby's official logo is falling down: https://www.ruby-lang.org/en/about/logo/
*.com is DOS binary format: https://en.wikipedia.org/wiki/COM_file
use editorconfig logo for .editorconfig
bare metal programs also use *.lib and *.a as their static library extension
use linux icon is not appropriate
however, bare metal programs don't support dynamic library
so use windows icon for *.dll
use vim icon for _vimrc and _gvimrc, which are vimrc filename on windows
use fennel icon for .fennelrc and fennelrc

Add some missing icons from:

- https://github.com/lambdalisue/vim-nerdfont/blob/master/assets/json/extension.json
- https://github.com/lambdalisue/vim-nerdfont/blob/master/assets/json/basename.json

Sort them alphabetically
@Freed-Wu
Copy link
Author

Sort often bring conflict when new icon is added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

2 participants