Fossil SCM
Add MIME types for C# and VB.NET.
Commit
5e81f4c02596f01ccb7819c88bbdf039c56e074c
Parent
7338b3a9510281e…
1 file changed
+2
+2
| --- src/doc.c | ||
| +++ src/doc.c | ||
| @@ -93,10 +93,11 @@ | ||
| 93 | 93 | { "class", 5, "application/octet-stream" }, |
| 94 | 94 | { "cod", 3, "application/vnd.rim.cod" }, |
| 95 | 95 | { "com", 3, "application/x-msdos-program" }, |
| 96 | 96 | { "cpio", 4, "application/x-cpio" }, |
| 97 | 97 | { "cpt", 3, "application/mac-compactpro" }, |
| 98 | + { "cs", 2, "text/plain" }, | |
| 98 | 99 | { "csh", 3, "application/x-csh" }, |
| 99 | 100 | { "css", 3, "text/css" }, |
| 100 | 101 | { "csv", 3, "text/csv" }, |
| 101 | 102 | { "dcr", 3, "application/x-director" }, |
| 102 | 103 | { "deb", 3, "application/x-debian-package" }, |
| @@ -255,10 +256,11 @@ | ||
| 255 | 256 | { "tsp", 3, "application/dsptype" }, |
| 256 | 257 | { "tsv", 3, "text/tab-separated-values" }, |
| 257 | 258 | { "txt", 3, "text/plain" }, |
| 258 | 259 | { "unv", 3, "application/i-deas" }, |
| 259 | 260 | { "ustar", 5, "application/x-ustar" }, |
| 261 | + { "vb", 2, "text/plain" }, | |
| 260 | 262 | { "vcd", 3, "application/x-cdlink" }, |
| 261 | 263 | { "vda", 3, "application/vda" }, |
| 262 | 264 | { "viv", 3, "video/vnd.vivo" }, |
| 263 | 265 | { "vivo", 4, "video/vnd.vivo" }, |
| 264 | 266 | { "vrml", 4, "model/vrml" }, |
| 265 | 267 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -93,10 +93,11 @@ | |
| 93 | { "class", 5, "application/octet-stream" }, |
| 94 | { "cod", 3, "application/vnd.rim.cod" }, |
| 95 | { "com", 3, "application/x-msdos-program" }, |
| 96 | { "cpio", 4, "application/x-cpio" }, |
| 97 | { "cpt", 3, "application/mac-compactpro" }, |
| 98 | { "csh", 3, "application/x-csh" }, |
| 99 | { "css", 3, "text/css" }, |
| 100 | { "csv", 3, "text/csv" }, |
| 101 | { "dcr", 3, "application/x-director" }, |
| 102 | { "deb", 3, "application/x-debian-package" }, |
| @@ -255,10 +256,11 @@ | |
| 255 | { "tsp", 3, "application/dsptype" }, |
| 256 | { "tsv", 3, "text/tab-separated-values" }, |
| 257 | { "txt", 3, "text/plain" }, |
| 258 | { "unv", 3, "application/i-deas" }, |
| 259 | { "ustar", 5, "application/x-ustar" }, |
| 260 | { "vcd", 3, "application/x-cdlink" }, |
| 261 | { "vda", 3, "application/vda" }, |
| 262 | { "viv", 3, "video/vnd.vivo" }, |
| 263 | { "vivo", 4, "video/vnd.vivo" }, |
| 264 | { "vrml", 4, "model/vrml" }, |
| 265 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -93,10 +93,11 @@ | |
| 93 | { "class", 5, "application/octet-stream" }, |
| 94 | { "cod", 3, "application/vnd.rim.cod" }, |
| 95 | { "com", 3, "application/x-msdos-program" }, |
| 96 | { "cpio", 4, "application/x-cpio" }, |
| 97 | { "cpt", 3, "application/mac-compactpro" }, |
| 98 | { "cs", 2, "text/plain" }, |
| 99 | { "csh", 3, "application/x-csh" }, |
| 100 | { "css", 3, "text/css" }, |
| 101 | { "csv", 3, "text/csv" }, |
| 102 | { "dcr", 3, "application/x-director" }, |
| 103 | { "deb", 3, "application/x-debian-package" }, |
| @@ -255,10 +256,11 @@ | |
| 256 | { "tsp", 3, "application/dsptype" }, |
| 257 | { "tsv", 3, "text/tab-separated-values" }, |
| 258 | { "txt", 3, "text/plain" }, |
| 259 | { "unv", 3, "application/i-deas" }, |
| 260 | { "ustar", 5, "application/x-ustar" }, |
| 261 | { "vb", 2, "text/plain" }, |
| 262 | { "vcd", 3, "application/x-cdlink" }, |
| 263 | { "vda", 3, "application/vda" }, |
| 264 | { "viv", 3, "video/vnd.vivo" }, |
| 265 | { "vivo", 4, "video/vnd.vivo" }, |
| 266 | { "vrml", 4, "model/vrml" }, |
| 267 |