Skip to content

Commit 4615c33

Browse files
authored
Update src/core/icons/fileIcons.ts
Signed-off-by: Lucas Colombo <lucasncolombo@gmail.com>
1 parent 344001f commit 4615c33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/core/icons/fileIcons.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,10 @@ export const fileIcons: FileIcons = {
29202920
'panda.config': FileNamePattern.Ecmascript,
29212921
},
29222922
},
2923-
{ name: 'biome', fileNames: ['biome.json', 'biome.jsonc', '.biome.json', '.biome.jsonc'] },
2923+
{
2924+
name: 'biome',
2925+
fileNames: ['biome.json', 'biome.jsonc', '.biome.json', '.biome.jsonc'],
2926+
},
29242927
{
29252928
name: 'esbuild',
29262929
patterns: {

0 commit comments

Comments
 (0)