Skip to content

Commit

Permalink
Added Django icon (Closes #267)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jun 22, 2018
1 parent 1545fd0 commit dd7f222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/django.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 @@ -712,5 +712,6 @@ export const fileIcons: FileIcons = {
{ name: 'helm', fileNames: ['.helmignore'] },
{ name: 'san', fileExtensions: ['san'] },
{ name: 'wallaby', fileNames: ['wallaby.js', 'wallaby.conf.js'] },
{ name: 'django', fileExtensions: ['djt'] }
]
};
1 change: 1 addition & 0 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'hcl' }, ids: ['hcl'] },
{ icon: { name: 'go' }, ids: ['go'] },
{ icon: { name: 'go_gopher' }, ids: [] },
{ icon: { name: 'django' }, ids: ['django-html', 'django-txt'] },
];

0 comments on commit dd7f222

Please sign in to comment.