Skip to content

Commit 53a46a7

Browse files
TiranSpiererPKief
andauthored
feat: add icon for .toon files (#3365)
Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
1 parent 036a3a4 commit 53a46a7

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)