Skip to content

Commit b3067ca

Browse files
authored
feat(swift): extend Swift file icon mappings (#3253)
1 parent 0fc2cc5 commit b3067ca

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/core/icons/fileIcons.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,15 @@ export const fileIcons: FileIcons = {
700700
{ name: 'fsharp', fileExtensions: ['fs', 'fsx', 'fsi', 'fsproj'] },
701701
{
702702
name: 'swift',
703-
fileExtensions: ['swift'],
704-
fileNames: ['.swift-format', '.swift-version'],
703+
fileExtensions: [
704+
'swift',
705+
'xcplayground',
706+
'swiftdeps',
707+
'swiftdoc',
708+
'swiftmodule',
709+
'swiftsourceinfo',
710+
],
711+
fileNames: ['.swift-format', '.swift-version', '.swiftformat'],
705712
},
706713
{ name: 'arduino', fileExtensions: ['ino'] },
707714
{

0 commit comments

Comments
 (0)