From 656e293f900a4c2f26009489674c8fa9d2e24cee Mon Sep 17 00:00:00 2001 From: zoolsher Date: Mon, 27 Oct 2025 15:25:04 +0800 Subject: [PATCH] feat: add icon for lynx.js --- icons/lynx.svg | 4 ++++ src/core/icons/fileIcons.ts | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 icons/lynx.svg 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',