From c35f6930c2c60bc8529158674a3be6bf2a287e27 Mon Sep 17 00:00:00 2001 From: Tomas Fabrizio Orsi Date: Thu, 1 Aug 2024 20:18:24 -0300 Subject: [PATCH 1/2] all-the-icons.el: Added .S and .s file extension for assembly files Signed-off-by: Tomas Fabrizio Orsi --- all-the-icons.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/all-the-icons.el b/all-the-icons.el index 682af163c..18634e5b5 100644 --- a/all-the-icons.el +++ b/all-the-icons.el @@ -306,6 +306,8 @@ ("tfstate" all-the-icons-fileicon "terraform" :height 1.0 :face all-the-icons-purple-alt) ("asm" all-the-icons-fileicon "assembly" :height 1.0 :face all-the-icons-blue) + ("s" all-the-icons-fileicon "assembly" :height 1.0 :face all-the-icons-blue) + ("S" all-the-icons-fileicon "assembly" :height 1.0 :face all-the-icons-blue) ;; Verilog(-AMS) and SystemVerilog(-AMS) ("v" all-the-icons-fileicon "verilog" :height 1.0 :v-adjust -0.2 :face all-the-icons-red) ("vams" all-the-icons-fileicon "verilog" :height 1.0 :v-adjust -0.2 :face all-the-icons-red) From b26266d4b77f94367a49175e87d7034da0280993 Mon Sep 17 00:00:00 2001 From: Tomas Fabrizio Orsi Date: Wed, 2 Oct 2024 22:32:00 -0300 Subject: [PATCH 2/2] all-the-icons.el: Added .ogx file extension for ogg files Signed-off-by: Tomas Fabrizio Orsi --- all-the-icons.el | 1 + 1 file changed, 1 insertion(+) diff --git a/all-the-icons.el b/all-the-icons.el index 18634e5b5..6fd530cf2 100644 --- a/all-the-icons.el +++ b/all-the-icons.el @@ -382,6 +382,7 @@ ("wav" all-the-icons-faicon "volume-up" :face all-the-icons-dred) ("m4a" all-the-icons-faicon "volume-up" :face all-the-icons-dred) ("ogg" all-the-icons-faicon "volume-up" :face all-the-icons-dred) + ("ogx" all-the-icons-faicon "volume-up" :face all-the-icons-dred) ("flac" all-the-icons-faicon "volume-up" :face all-the-icons-dred) ("opus" all-the-icons-faicon "volume-up" :face all-the-icons-dred) ("au" all-the-icons-faicon "volume-up" :face all-the-icons-dred)