Skip to content

Commit

Permalink
chore: add "protobuf" to proto folder names (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeengbe authored Dec 28, 2023
1 parent 3b6622a commit 23386ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ export const folderIcons: FolderTheme[] = [
},
{
name: 'folder-proto',
folderNames: ['protobufs', 'proto'],
folderNames: ['protobuf', 'protobufs', 'proto', 'protos'],
},
{
name: 'folder-plastic',
Expand Down

0 comments on commit 23386ba

Please sign in to comment.