Ticket #476: mimetype.patch
| File mimetype.patch, 727 bytes (added by karl.forner, 4 years ago) |
|---|
-
Padre/lib/Padre/MimeTypes.pm
76 76 tcl => 'application/x-tcl', 77 77 vbs => 'text/vbscript', 78 78 patch => 'text/x-patch', 79 pl => \&perl_mime_type,80 plx => \&perl_mime_type,81 pm => \&perl_mime_type,82 pod => \&perl_mime_type,83 t => \&perl_mime_type,79 pl => perl_mime_type(), 80 plx => perl_mime_type(), 81 pm => perl_mime_type(), 82 pod => perl_mime_type(), 83 t => perl_mime_type(), 84 84 conf => 'text/x-config', 85 85 sh => 'application/x-shellscript', 86 86 ksh => 'application/x-shellscript',
