From 9d12308d06edffbf60459b06b7ce1a5cf6628dd8 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 29 Oct 2024 14:07:54 -0400 Subject: [PATCH] Fix Julia icon extension lookup (#19916) Release Notes: - Fixed a bug where the Julia icon was not displayed for Julia files. --- assets/icons/file_icons/file_types.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index ce5944e097..fe293256b3 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -84,6 +84,7 @@ "j2k": "image", "java": "java", "jfif": "image", + "jl": "julia", "jp2": "image", "jpeg": "image", "jpg": "image", @@ -91,7 +92,6 @@ "json": "storage", "jsonc": "storage", "jsx": "react", - "julia": "julia", "jxl": "image", "kt": "kotlin", "ldf": "storage",