diff --git a/src/icons/files/exe.svg b/src/icons/files/exe.svg new file mode 100644 index 00000000..34d54cbf --- /dev/null +++ b/src/icons/files/exe.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 05a04780..17547b99 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -138,9 +138,12 @@ "babel": { "iconPath": "./icons/files/babel.svg" }, "laravel": { "iconPath": "./icons/files/laravel.svg" }, "proto": { "iconPath": "./icons/files/proto.svg" }, - "zig": { "iconPath": "./icons/files/zig.svg" } + "zig": { "iconPath": "./icons/files/zig.svg" }, + "exe": { "iconPath": "./icons/files/exe.svg" } }, "fileExtensions": { + "exe": "exe", + "msi": "exe", "zig": "zig", "proto": "proto", "test.js": "js-test",