We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df09e1d commit 3a3a314Copy full SHA for 3a3a314
1 file changed
src/main/java/the/bytecode/club/bytecodeviewer/resources/ResourceType.java
@@ -39,7 +39,7 @@ public enum ResourceType
39
ANDROID_ARCHIVE(IconResources.androidIcon, "apk", "dex", "aab", "wapk", "xapk", "apkm", "apks"),
40
IMAGE_FILE(IconResources.imageIcon, "png", "jpg", "jpeg", "bmp", "wbmp", "gif", "tif", "webp"),
41
CONFIG_TEXT_FILE(IconResources.configIcon, "properties", "xml", "jsp", "mf", "config", "csv", "yml", "yaml", "ini",
42
- "json", "sql", "gradle", "dockerfile", "htaccess", "plugin", "attachprovider", "transportservice", "connector"),
+ "json", "sql", "gradle", "dockerfile", "htaccess", "plugin", "attachprovider", "transportservice", "connector", "sf"),
43
JAVA_FILE(IconResources.javaIcon, "java"),
44
TEXT_FILE(IconResources.textIcon, "txt", "md", "log", "html", "css"),
45
CPP_FILE(IconResources.cplusplusIcon, "c", "cpp", "h"),
0 commit comments