Skip to content

Commit

Permalink
Added .unity extension to shaderlab icon
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-saudolla committed Jun 9, 2020
1 parent 413a94b commit 8598a3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion icons/unity.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,6 @@ export const fileIcons: FileIcons = {
{ name: 'dune', fileNames: ['dune', 'dune-project'] },
{ name: 'imba', fileExtensions: ['imba'] },
{ name: 'drawio', fileExtensions: ['drawio', 'dio'] },
{ name: 'unity', fileExtensions: ['unity'] },
{ name: 'shaderlab', fileExtensions: ['unity'] },
]
};

0 comments on commit 8598a3e

Please sign in to comment.