mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Fix Julia icon extension lookup (#19916)
Release Notes: - Fixed a bug where the Julia icon was not displayed for Julia files.
This commit is contained in:
parent
21137d2ba7
commit
9d12308d06
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue