/usr/share/mime/packages/monodevelop.xml is in monodevelop 4.0.12+dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | <?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="text/x-csharp">
<comment xml:lang="en">C# source</comment>
<glob pattern="*.cs"/>
</mime-type>
<mime-type type="text/x-msil">
<comment xml:lang="en">IL source</comment>
<glob pattern="*.il"/>
</mime-type>
<mime-type type="text/x-nemerle">
<comment xml:lang="en">Nemerle source</comment>
<glob pattern="*.n"/>
</mime-type>
<mime-type type="text/x-boo">
<comment xml:lang="en">Boo source</comment>
<glob pattern="*.boo"/>
</mime-type>
<mime-type type="text/x-vb">
<comment xml:lang="en">VB source</comment>
<glob pattern="*.vb"/>
</mime-type>
<mime-type type="text/x-js">
<comment xml:lang="en">JScript source</comment>
<glob pattern="*.js"/>
</mime-type>
<mime-type type="application/x-aspx">
<comment xml:lang="en">ASP.NET page</comment>
<glob pattern="*.aspx"/>
</mime-type>
<mime-type type="application/x-ashx">
<comment xml:lang="en">ASP.NET handler</comment>
<glob pattern="*.ashx"/>
</mime-type>
<mime-type type="application/x-ascx">
<comment xml:lang="en">ASP.NET user control</comment>
<glob pattern="*.ascx"/>
</mime-type>
<mime-type type="application/x-asix">
<comment xml:lang="en">ASP.NET image generator</comment>
<glob pattern="*.asix"/>
</mime-type>
<mime-type type="application/x-axd">
<comment xml:lang="en">ASP.NET handler</comment>
<glob pattern="*.axd"/>
</mime-type>
<mime-type type="application/x-web-config">
<comment xml:lang="en">ASP.NET web config</comment>
<glob pattern="web.config"/>
</mime-type>
<mime-type type="application/x-machine-config">
<comment xml:lang="en">Mono machine config</comment>
<glob pattern="machine.config"/>
</mime-type>
<mime-type type="application/x-config">
<comment xml:lang="en">Mono application config</comment>
<glob pattern="*.config"/>
</mime-type>
<mime-type type="application/x-master-page">
<comment xml:lang="en">ASP.NET master page</comment>
<glob pattern="*.master"/>
</mime-type>
<mime-type type="application/x-resources">
<comment xml:lang="en">resources bundle</comment>
<glob pattern="*.resources"/>
</mime-type>
<mime-type type="application/x-resourcesx">
<comment xml:lang="en">resx bundle</comment>
<glob pattern="*.resx"/>
</mime-type>
<mime-type type="application/x-remoting">
<comment xml:lang="en">remoting handler</comment>
<glob pattern="*.rem"/>
</mime-type>
<mime-type type="application/x-soap-remoting">
<comment xml:lang="en">soap remoting handler</comment>
<glob pattern="*.soap"/>
</mime-type>
<mime-type type="application/x-asmx">
<comment xml:lang="en">ASP.NET web service</comment>
<glob pattern="*.asmx"/>
</mime-type>
<mime-type type="application/x-prjx">
<comment xml:lang="en">SharpDevelop project</comment>
<glob pattern="*.prjx"/>
</mime-type>
<mime-type type="application/x-cmbx">
<comment xml:lang="en">SharpDevelop solution</comment>
<glob pattern="*.cmbx"/>
</mime-type>
<mime-type type="application/x-mdsx">
<comment xml:lang="en">SharpDevelop solution extension</comment>
<glob pattern="*.mdsx"/>
</mime-type>
<mime-type type="application/x-mdp">
<sub-class-of type="text/plain"/>
<comment xml:lang="en">MonoDevelop project</comment>
<glob pattern="*.mdp"/>
</mime-type>
<mime-type type="application/x-mds">
<sub-class-of type="text/plain"/>
<comment xml:lang="en">MonoDevelop solution</comment>
<glob pattern="*.mds"/>
</mime-type>
<mime-type type="application/x-csproj">
<sub-class-of type="text/plain"/>
<comment xml:lang="en">Visual Studio .NET C# project</comment>
<glob pattern="*.csproj"/>
</mime-type>
<mime-type type="application/x-vbproj">
<sub-class-of type="text/plain"/>
<comment xml:lang="en">Visual Studio .NET VB.NET project</comment>
<glob pattern="*.vbproj"/>
</mime-type>
<mime-type type="application/x-sln">
<sub-class-of type="text/plain"/>
<comment xml:lang="en">Visual Studio .NET Solution</comment>
<glob pattern="*.sln"/>
</mime-type>
<mime-type type="application/x-disco">
<comment xml:lang="en">Static Discovery File</comment>
<glob pattern="*.disco"/>
</mime-type>
<mime-type type="application/x-asax">
<comment xml:lang="en">ASP.NET Global Application Class</comment>
<glob pattern="*.asax"/>
</mime-type>
<mime-type type="application/x-wsdl">
<comment xml:lang="en">Webservices Description File</comment>
<glob pattern="*.wsdl"/>
</mime-type>
</mime-info>
|