From 8263da02bd65e50611a4a70199273f49929fd8ea Mon Sep 17 00:00:00 2001 From: d1y Date: Mon, 29 Jan 2024 19:47:23 +0800 Subject: [PATCH] Make .jsonc icon use storage icon (#6972) Jsonc is a simplified json format which allows comments and unquoted values delimited by whitespace. A jsonc formatted file can be unambiguously transformed to a json file. Comments will be stripped out and quotes added. Release Notes: - Added an icon for .jsonc files --- assets/icons/file_icons/file_types.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index ac722183fa..b2236e0230 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -53,6 +53,7 @@ "jpg": "image", "js": "code", "json": "storage", + "jsonc": "storage", "ldf": "storage", "lock": "lock", "log": "log",