Skip to content

Commit

Permalink
Add support for Unlicense (#2651)
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Huertas <roberto.huertas@outlook.com>
  • Loading branch information
KingDarBoja and robertohuertasm committed Dec 31, 2020
1 parent 628c92d commit ee098b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/file_type_unlicense.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/iconsManifest/supportedExtensions.ts
Expand Up @@ -3934,6 +3934,14 @@ export const extensions: IFileCollection = {
light: true,
format: FileFormat.svg,
},
{
icon: 'unlicense',
extensions: ['unlicense', 'unlicense'],
filenamesGlob: ['unlicense', 'unlicense'],
extensionsGlob: ['md', 'txt'],
filename: true,
format: FileFormat.svg,
},
{
icon: 'vagrant',
extensions: ['vagrantfile'],
Expand Down

0 comments on commit ee098b3

Please sign in to comment.