Skip to content

Commit da69051

Browse files
authored
Merge branch 'main' into feature/add-aab-file-icon
2 parents 0aa6764 + 53a46a7 commit da69051

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

icons/toon.svg

Lines changed: 8 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export const fileIcons: FileIcons = {
113113
fileNames: ['.htaccess'],
114114
},
115115
{ name: 'toml', fileExtensions: ['toml'], light: true },
116+
{ name: 'toon', fileExtensions: ['toon'] },
116117
{
117118
name: 'image',
118119
fileExtensions: [

0 commit comments

Comments
 (0)