Skip to content

Commit

Permalink
Add proto icons (material-extensions#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamic-entropy committed Feb 28, 2021
1 parent 2c572f8 commit 93966b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions icons/proto.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export const fileIcons: FileIcons = {
fileExtensions: ['jinja', 'jinja2', 'j2', 'jinja-html'],
light: true,
},
{
name: 'proto',
fileExtensions: ['proto'],
},
{
name: 'sublime',
fileExtensions: ['sublime-project', 'sublime-workspace'],
Expand Down
1 change: 1 addition & 0 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'groovy' }, ids: ['groovy'] },
{ icon: { name: 'markdown' }, ids: ['markdown'] },
{ icon: { name: 'jinja' }, ids: ['jinja'] },
{ icon: { name: 'proto' }, ids: ['proto'] },
{ icon: { name: 'python-misc' }, ids: ['pip-requirements'] },
{ icon: { name: 'vue' }, ids: ['vue', 'vue-postcss', 'vue-html'] },
{ icon: { name: 'lua' }, ids: ['lua'] },
Expand Down

0 comments on commit 93966b6

Please sign in to comment.