You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
733 B
19 lines
733 B
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<!-- This file can be used to define a MIME type for PRISM files under the Gnome desktop -->
|
|
<!-- Save the file as ~/.local/share/mime/packages/Overrides.xml and then run: -->
|
|
<!-- update-mime-database ~/.local/share/mime -->
|
|
|
|
<!-- Please note that this overrides the association of .pm file with Perl files -->
|
|
<!-- If you do not want this, then comment out the .pm line below -->
|
|
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="text/x-prism">
|
|
<comment>PRISM file</comment>
|
|
<glob pattern="*.pm"/>
|
|
<glob pattern="*.sm"/>
|
|
<glob pattern="*.nm"/>
|
|
<glob pattern="*.pctl"/>
|
|
<glob pattern="*.csl"/>
|
|
</mime-type>
|
|
</mime-info>
|