We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great if, I was able to use the grunt icon for files named Gruntfile.js (\ue74c).
Gruntfile.js
I tried adding: Gruntfile.js grunt to the file_aliases.yaml ad adding grunt "\ue74c" to the files.yaml but it didn't work.
Gruntfile.js grunt
grunt "\ue74c"
The text was updated successfully, but these errors were encountered:
@Jab2870 - Currently, filenames' extension is decided by the part after the last dot. So, a Gruntfile.js gets recognized as a .js file.
.js
Recognizing certain files by exact name isn't supported yet, but should be a goo addition.
Sorry, something went wrong.
If anyone would like to take this up, the private method ColorLS::Core#options has to be modified with probably just 2-3 lines. 😄
ColorLS::Core#options
No branches or pull requests
It would be great if, I was able to use the grunt icon for files named
Gruntfile.js
(\ue74c).I tried adding:
Gruntfile.js grunt
to the file_aliases.yaml ad addinggrunt "\ue74c"
to the files.yaml but it didn't work.The text was updated successfully, but these errors were encountered: