From e93dca5ec30cc23700896f77c584779272645ee7 Mon Sep 17 00:00:00 2001 From: Manohar_nalluri <58913310+manohar-nalluri@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:43:46 +0530 Subject: [PATCH] Incorrect file icons for .mjs, .mts, .cjs, .cts #7804 (#7815) Release Notes: - Added file extensions ([7804](https://github.com/zed-industries/zed/issues/7804)) --- assets/icons/file_icons/file_types.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index 304137680f..7b2a23c3b8 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -16,10 +16,12 @@ "bmp": "image", "c": "code", "cc": "code", + "cjs": "code", "conf": "settings", "cpp": "code", "css": "css", "csv": "storage", + "cts": "typescript", "dat": "storage", "db": "storage", "dbf": "storage", @@ -80,12 +82,14 @@ "mdf": "storage", "mdx": "document", "mkv": "video", + "mjs": "code", "mka": "audio", "ml": "ocaml", "mli": "ocaml", "mov": "video", "mp3": "audio", "mp4": "video", + "mts": "typescript", "myd": "storage", "myi": "storage", "odp": "document",