diff options
author | James R. Van Zandt <jrvz@comcast.net> | 2009-10-02 10:56:16 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-10-02 10:58:05 -0600 |
commit | 569df689e32cf2d64a0109e92272f6a43a4c3cd5 (patch) | |
tree | a7c2d5865e21a10db751000855510e1aa8115dcf | |
parent | df0c0381ab5d20f081e39adf0476b22f42e64b80 (diff) | |
download | coreutils-569df689e32cf2d64a0109e92272f6a43a4c3cd5.tar.xz |
dircolors: highlight .cgm and .emf as images
* src/dircolors.hin: Add .cgm, .emf.
* THANKS: Update.
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | src/dircolors.hin | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -252,6 +252,7 @@ James Antill jmanti%essex.ac.uk@seralph21.essex.ac.uk James Lemley James.Lemley@acxiom.com James Hunt jamesodhunt@hotmail.com James Ralston ralston@pobox.com +James R. Van Zandt jrvz@comcast.net James Sneeringer jvs@ocslink.com James Tanis jtt@soscorp.com James Youngman jay@gnu.org diff --git a/src/dircolors.hin b/src/dircolors.hin index 24b0c31dc..1818634a1 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -176,6 +176,8 @@ EXEC 01;32 .xcf 01;35 .xwd 01;35 .yuv 01;35 +.cgm 01;35 +.emf 01;35 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions .axv 01;35 |