Skip to content

Commit 3a3a314

Browse files
committed
Add SF Config File-Type
1 parent df09e1d commit 3a3a314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/the/bytecode/club/bytecodeviewer/resources/ResourceType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public enum ResourceType
3939
ANDROID_ARCHIVE(IconResources.androidIcon, "apk", "dex", "aab", "wapk", "xapk", "apkm", "apks"),
4040
IMAGE_FILE(IconResources.imageIcon, "png", "jpg", "jpeg", "bmp", "wbmp", "gif", "tif", "webp"),
4141
CONFIG_TEXT_FILE(IconResources.configIcon, "properties", "xml", "jsp", "mf", "config", "csv", "yml", "yaml", "ini",
42-
"json", "sql", "gradle", "dockerfile", "htaccess", "plugin", "attachprovider", "transportservice", "connector"),
42+
"json", "sql", "gradle", "dockerfile", "htaccess", "plugin", "attachprovider", "transportservice", "connector", "sf"),
4343
JAVA_FILE(IconResources.javaIcon, "java"),
4444
TEXT_FILE(IconResources.textIcon, "txt", "md", "log", "html", "css"),
4545
CPP_FILE(IconResources.cplusplusIcon, "c", "cpp", "h"),

0 commit comments

Comments
 (0)