Skip to content

Commit

Permalink
Remove duplicated language id definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Mar 18, 2024
1 parent 7f821da commit ff4bb60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'stylable' }, ids: ['stylable'] },
{ icon: { name: 'hjson' }, ids: ['hjson'] },
{ icon: { name: 'huff' }, ids: ['huff'] },
{ icon: { name: 'objective-c' }, ids: ['objective-c'] },
{ icon: { name: 'objective-cpp' }, ids: ['objective-cpp'] },
{
icon: { name: 'concourse' },
ids: ['concourse-pipeline-yaml', 'concourse-task-yaml'],
Expand Down

0 comments on commit ff4bb60

Please sign in to comment.