From a8d626485ca83719e1d8d5e32289cd96a097c861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AB=E5=92=AA=E6=81=90=E6=85=8C?= <30993222+kitty-panics@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:08:02 -0400 Subject: [PATCH] Add icons for JSON with Comments. (#119) --- devicons.py | 1 + 1 file changed, 1 insertion(+) diff --git a/devicons.py b/devicons.py index 409d9e5..f0048ca 100644 --- a/devicons.py +++ b/devicons.py @@ -128,6 +128,7 @@ 'jpg' : '', 'js' : '', 'json' : '', + 'jsonc' : '', 'jsx' : '', 'key' : '', 'ksh' : '',