From 906230666e275497cc4e2a0fab72bd45b926c7fd Mon Sep 17 00:00:00 2001 From: xblackicex Date: Fri, 22 Nov 2024 02:15:22 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9Estandardize=20quotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/icons/fileIcons.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 65deebc6e1..77a00a98ba 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -2885,8 +2885,8 @@ export const fileIcons: FileIcons = { fileNames: ['citation.cff'], }, { - name: "xmake", - fileNames: ["xmake.lua", "xmake"], + name: 'xmake', + fileNames: ['xmake.lua', 'xmake'], } ]), };