Skip to content

Commit

Permalink
Update supportedExtensions.ts
Browse files Browse the repository at this point in the history
XML-based sln
  • Loading branch information
frg2089 committed Apr 15, 2024
1 parent 37c8523 commit 526c580
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/iconsManifest/supportedExtensions.ts
Expand Up @@ -4356,10 +4356,16 @@ export const extensions: IFileCollection = {
},
{
icon: 'sln',
extensions: ['sln', 'slnx'],
extensions: ['sln'],
languages: [languages.sln],
format: FileFormat.svg,
},
{
icon: 'sln',
extensions: ['slnx'],
languages: [languages.xml],
format: FileFormat.svg,
},
{
icon: 'sln2',
extensions: ['sln'],
Expand Down

0 comments on commit 526c580

Please sign in to comment.