Fix Julia icon extension lookup (#19916)

Joseph T. Lyons created

Release Notes:

- Fixed a bug where the Julia icon was not displayed for Julia files.

Change summary

assets/icons/file_icons/file_types.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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",