Skip to content

Commit

Permalink
Refined Razor icon (References #342)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 15, 2018
1 parent d213647 commit 85b7c63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions icons/razor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,5 +747,6 @@ export const fileIcons: FileIcons = {
{ name: 'azure', fileExtensions: ['azcli'] },
{ name: 'vagrant', fileNames: ['vagrantfile'], fileExtensions: ['vagrantfile'] },
{ name: 'prisma', fileNames: ['prisma.yml'], fileExtensions: ['prisma'] },
{ name: 'razor', fileExtensions: ['cshtml', 'vbhtml'] },
]
};
2 changes: 1 addition & 1 deletion src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'json' }, ids: ['json', 'jsonc'] },
{ icon: { name: 'blink' }, ids: ['blink'] },
{ icon: { name: 'java' }, ids: ['java'] },
{ icon: { name: 'razor' }, ids: ['razor'] },
{ icon: { name: 'razor' }, ids: ['razor', 'aspnetcorerazor'] },
{ icon: { name: 'python' }, ids: ['python'] },
{ icon: { name: 'javascript' }, ids: ['javascript'] },
{ icon: { name: 'typescript' }, ids: ['typescript'] },
Expand Down

0 comments on commit 85b7c63

Please sign in to comment.