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

Add Elixir icon #1437

Merged
merged 5 commits into from
Jul 25, 2022
Merged

Add Elixir icon #1437

merged 5 commits into from
Jul 25, 2022

Conversation

tlarevo
Copy link
Contributor

@tlarevo tlarevo commented Jul 25, 2022

Hi, I added Erlang and Elixir icons with colors for different related file extensions. Let me know if I have done anything wrong or unacceptable.

@jarun
Copy link
Owner

jarun commented Jul 25, 2022

Please refer to PR #1419.

@N-R-K @luukvbaal please take a call.

src/icons.h Outdated Show resolved Hide resolved
src/icons.h Outdated
@@ -303,6 +317,7 @@ static const struct icon_pair icons_ext[] = {
{"lua", ICON_EXT_LUA, COLOR_LUA},
{"lzh", ICON_ARCHIVE, COLOR_ARCHIVE},
{"lzma", ICON_ARCHIVE, COLOR_ARCHIVE},
{"lock", ICON_LOCKFILE, 0},
Copy link
Collaborator

Choose a reason for hiding this comment

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

What's the "lock" extension used for and how common is it? Quick internet search seems to suggest it's something related to minecraft?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No some package managers/build systems maintain a 'lock' file to freeze the dependencies to specific version so that when the app is built builder knows exact versions to pick. Elixir's mix is one such tool. In elixir, mix.exs stores the dependencies and mix.lock has exact versions and other details.

Screenshot 2022-07-25 at 22 52 46

Copy link
Collaborator

@N-R-K N-R-K left a comment

Choose a reason for hiding this comment

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

Elixir seems to be somewhat popular. Think we can take that.

I'm fine skipping Erlang and "lock".

src/icons.h Outdated Show resolved Hide resolved
src/icons.h Outdated Show resolved Hide resolved
@jarun
Copy link
Owner

jarun commented Jul 25, 2022

@N-R-K please confirm when we are good to merge.

@N-R-K N-R-K changed the title Erlang and Elixir icons with colors Add Elixir icon Jul 25, 2022
@N-R-K
Copy link
Collaborator

N-R-K commented Jul 25, 2022

@jarun Pushed the changes. Should be good to merge. (Probably should "squash-merge" it though).

@jarun jarun merged commit 9828715 into jarun:master Jul 25, 2022
@jarun
Copy link
Owner

jarun commented Jul 25, 2022

Thank you!

@github-actions github-actions bot locked and limited conversation to collaborators Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants