[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] dircolors: highlight .webm multimedia files
From: |
Benoît Knecht |
Subject: |
[PATCH] dircolors: highlight .webm multimedia files |
Date: |
Mon, 11 Jul 2011 00:38:34 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
* src/dircolors.hin: Add .webm multimedia files
Suggested by Josh Triplett in http://bugs.debian.org/582403.
---
WebM files use the .webm extention [1]. I've added it right after .mkv,
because the WebM container format is actually based on Matroska.
[1] http://www.webmproject.org/code/specs/container/#naming
---
src/dircolors.hin | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 97a8ee4..8b4a645 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -163,6 +163,7 @@ EXEC 01;32
.mpeg 01;35
.m2v 01;35
.mkv 01;35
+.webm 01;35
.ogm 01;35
.mp4 01;35
.m4v 01;35
--
1.7.5.4
- [PATCH] dircolors: highlight .webm multimedia files,
Benoît Knecht <=