Changeset a500f94e66b20fae9d53fbaf43623e238847ec2e
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r0f67682
|
ra500f94
|
|
| 28 | 28 | m_map["hpp"] = "text/x-c++"; |
| 29 | 29 | m_map["cc"] = "text/x-c++"; |
| | 30 | m_map["cs"] = "text/x-csharp"; |
| 30 | 31 | m_map["css"] = "text/css"; |
| 31 | 32 | m_map["diff"] = "text/x-diff"; |
| | 33 | m_map["patch"] = "text/x-diff"; |
| 32 | 34 | m_map["f"] = "text/x-fortran"; |
| 33 | 35 | m_map["f77"] = "text/x-fortran"; |
| … |
… |
|
| 36 | 38 | m_map["html"] = "text/html"; |
| 37 | 39 | m_map["xhtml"] = "text/html"; |
| 38 | | // Wi geth IDL? |
| | 40 | m_map["idl"] = "text/x-idl"; |
| 39 | 41 | m_map["java"] = "text/x-java"; |
| 40 | 42 | m_map["js"] = "text/x-javascript"; |
| … |
… |
|
| 55 | 57 | m_map["rb"] = "text/x-ruby"; |
| 56 | 58 | 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"; |
| 60 | 63 | m_map["xml"] = "text/xml"; |
| | 64 | m_map["desktop"] = "application/x-gnome-app-info"; |
| | 65 | m_map["tcl"] = "text/x-tcl"; |
| 61 | 66 | } |
| 62 | 67 | |