diff --git a/icons/lynx.svg b/icons/lynx.svg new file mode 100644 index 0000000000..661b312671 --- /dev/null +++ b/icons/lynx.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 7e8dd2285d..d53339f453 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -1405,6 +1405,12 @@ export const fileIcons: FileIcons = { 'rstest.config': FileNamePattern.Ecmascript, }, }, + { + name: 'lynx', + patterns: { + 'lynx.config': FileNamePattern.Ecmascript, + }, + }, { name: 'ionic', fileNames: ['ionic.config.json', '.io-config.json'] }, { name: 'gulp',