coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] dircolors: highlight .avif as image


From: Christian Hesse
Subject: [PATCH 1/1] dircolors: highlight .avif as image
Date: Tue, 4 Jan 2022 10:56:53 +0100

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 <mail@eworm.de>
---
 src/dircolors.hin | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dircolors.hin b/src/dircolors.hin
index 59a9b51d7..0258cc067 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]