Skip to content

Commit

Permalink
Add security file names to existing lock icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 2, 2020
1 parent 357b3bb commit f7c4041
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export const fileIcons: FileIcons = {
{ name: 'ocaml', fileExtensions: ['ml', 'mli', 'cmx'] },
{ name: 'javascript-map', fileExtensions: ['js.map', 'mjs.map'] },
{ name: 'css-map', fileExtensions: ['css.map'] },
{ name: 'lock', fileExtensions: ['lock'] },
{ name: 'lock', fileExtensions: ['lock'], fileNames: ['security.md', 'security.txt', 'security'] },
{ name: 'handlebars', fileExtensions: ['hbs', 'mustache'] },
{ name: 'perl', fileExtensions: ['pm', 'raku'] },
{ name: 'haxe', fileExtensions: ['hx'] },
Expand Down Expand Up @@ -910,7 +910,6 @@ export const fileIcons: FileIcons = {
{ name: 'opam', fileExtensions: ['opam'] },
{ name: 'dune', fileNames: ['dune', 'dune-project'] },
{ name: 'imba', fileExtensions: ['imba'] },
{ name: 'lock', fileNames: ['security.md', 'security.txt', 'security']},
{ name: 'drawio', fileExtensions: ['drawio', 'dio'] },
{ name: 'pascal', fileExtensions: ['pas'] },
{ name: 'shaderlab', fileExtensions: ['unity'] },
Expand Down

0 comments on commit f7c4041

Please sign in to comment.