From b65ff7e4d06334e5a96ba14c6157b8213373b3b8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 4 Jan 2022 10:56:53 +0100 Subject: [PATCH] dircolors: highlight .avif as image This add highlighting for AV1 Image File Format (AVIF): https://aomediacodec.github.io/av1-avif/ * src/dircolors.hin: Highlight .avif as image. Signed-off-by: Christian Hesse --- src/dircolors.hin | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dircolors.hin b/src/dircolors.hin index 59a9b51d7d..0258cc0672 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -134,6 +134,7 @@ EXEC 01;32 .esd 01;31 # image formats +.avif 01;35 .jpg 01;35 .jpeg 01;35 .mjpg 01;35 -- 2.47.2