Skip to content

Commit

Permalink
[Icon Request] Add icon association to dockercompose language id (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 24, 2023
1 parent a3da487 commit e462540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions src/icons/fileIcons.ts
Expand Up @@ -67,13 +67,7 @@ export const fileIcons: FileIcons = {
{ name: 'twine', fileExtensions: ['tw', 'twee'] },
{
name: 'yaml',
fileExtensions: [
'yml',
'yaml',
'yml.dist',
'yaml.dist',
'YAML-tmLanguage',
],
fileExtensions: ['yml.dist', 'yaml.dist', 'YAML-tmLanguage'],
},
{
name: 'xml',
Expand Down
2 changes: 1 addition & 1 deletion src/icons/languageIcons.ts
Expand Up @@ -87,7 +87,7 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'tex' }, ids: ['tex', 'doctex', 'latex', 'latex-expl3'] },
{ icon: { name: 'salesforce' }, ids: ['apex'] },
{ icon: { name: 'sas' }, ids: ['sas'] },
{ icon: { name: 'docker' }, ids: ['dockerfile'] },
{ icon: { name: 'docker' }, ids: ['dockerfile', 'dockercompose'] },
{ icon: { name: 'table' }, ids: ['csv', 'tsv', 'psv'] },
{ icon: { name: 'csharp' }, ids: ['csharp'] },
{ icon: { name: 'console' }, ids: ['bat', 'awk', 'shellscript'] },
Expand Down

0 comments on commit e462540

Please sign in to comment.