Skip to content

Commit 656e293

Browse files
committed
feat: add icon for lynx.js
1 parent f251964 commit 656e293

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

icons/lynx.svg

Lines changed: 4 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,12 @@ export const fileIcons: FileIcons = {
14051405
'rstest.config': FileNamePattern.Ecmascript,
14061406
},
14071407
},
1408+
{
1409+
name: 'lynx',
1410+
patterns: {
1411+
'lynx.config': FileNamePattern.Ecmascript,
1412+
},
1413+
},
14081414
{ name: 'ionic', fileNames: ['ionic.config.json', '.io-config.json'] },
14091415
{
14101416
name: 'gulp',

0 commit comments

Comments
 (0)