From: Christian Hesse Date: Tue, 4 Jan 2022 09:56:53 +0000 (+0100) Subject: dircolors: highlight .avif as image X-Git-Tag: v9.1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b65ff7e4d06334e5a96ba14c6157b8213373b3b8;p=thirdparty%2Fcoreutils.git 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 --- 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