Skip to content

Commit

Permalink
feat: psv alias (#1442)
Browse files Browse the repository at this point in the history
Co-authored-by: QuentiumYT <quentin.lienhardt@gmail.com>
  • Loading branch information
MrBenHacker and QuentiumYT committed Mar 24, 2022
1 parent b445c67 commit 117f20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -243,7 +243,7 @@ export const fileIcons: FileIcons = {
fileNames: ['astro.config.js', 'astro.config.mjs', 'astro.config.cjs'],
},
{ name: 'pdf', fileExtensions: ['pdf'] },
{ name: 'table', fileExtensions: ['xlsx', 'xls', 'csv', 'tsv'] },
{ name: 'table', fileExtensions: ['xlsx', 'xls', 'csv', 'tsv', 'psv'] },
{
name: 'vscode',
fileExtensions: [
Expand Down
2 changes: 1 addition & 1 deletion src/icons/languageIcons.ts
Expand Up @@ -87,7 +87,7 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'salesforce' }, ids: ['apex'] },
{ icon: { name: 'sas' }, ids: ['sas'] },
{ icon: { name: 'docker' }, ids: ['dockerfile'] },
{ icon: { name: 'table' }, ids: ['csv', 'tsv'] },
{ icon: { name: 'table' }, ids: ['csv', 'tsv', 'psv'] },
{ icon: { name: 'csharp' }, ids: ['csharp'] },
{ icon: { name: 'console' }, ids: ['bat', 'awk', 'shellscript'] },
{ icon: { name: 'cpp' }, ids: ['cpp'] },
Expand Down

0 comments on commit 117f20e

Please sign in to comment.