Changeset a500f94e66b20fae9d53fbaf43623e238847ec2e

Show
Ignore:
Timestamp:
01/06/07 23:47:06 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
22922656a9312072604cb8e513bedcd1bc053114
Children:
5960b6c98b6c82961e9a6277896e34b4d55fab29
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:47:06Z+0000
Message:

[project @ Fixed most unknown file extensions, added some more]

Original author: Philipp Kern <phil@…>
Date: 2005-08-31 02:42:59+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/mimemap.cpp

    r0f67682 ra500f94  
    2828        m_map["hpp"] = "text/x-c++"; 
    2929        m_map["cc"] = "text/x-c++"; 
     30        m_map["cs"] = "text/x-csharp"; 
    3031        m_map["css"] = "text/css"; 
    3132        m_map["diff"] = "text/x-diff"; 
     33        m_map["patch"] = "text/x-diff"; 
    3234        m_map["f"] = "text/x-fortran"; 
    3335        m_map["f77"] = "text/x-fortran"; 
     
    3638        m_map["html"] = "text/html"; 
    3739        m_map["xhtml"] = "text/html"; 
    38         // Wi geth IDL? 
     40        m_map["idl"] = "text/x-idl"; 
    3941        m_map["java"] = "text/x-java"; 
    4042        m_map["js"] = "text/x-javascript"; 
     
    5557        m_map["rb"] = "text/x-ruby"; 
    5658        m_map["sql"] = "text/x-sql"; 
    57         // Wi geth texinfo? 
    58         // Wi geth vb.NET? 
    59         // Wi geth verilog? 
     59        m_map["texi"] = "text/x-texinfo"; 
     60        m_map["bas"] = "text/x-vb"; 
     61        m_map["vbs"] = "text/x-vb"; 
     62        m_map["v"] = "text/x-verilog-src"; 
    6063        m_map["xml"] = "text/xml"; 
     64        m_map["desktop"] = "application/x-gnome-app-info"; 
     65        m_map["tcl"] = "text/x-tcl"; 
    6166} 
    6267