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.
29 lines
1.2 KiB
29 lines
1.2 KiB
<?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">
|
|
<sub-class-of type="text/x-csrc"/> <!-- just to prevent mis-detection as C -->
|
|
<comment>PRISM file</comment>
|
|
<magic priority="51">
|
|
<match type="string" value="dtmc" offset="0"/>
|
|
<match type="string" value="ctmc" offset="0"/>
|
|
<match type="string" value="mdp" offset="0"/>
|
|
<match type="string" value="probabilistic" offset="0"/>
|
|
<match type="string" value="nondeterministic" offset="0"/>
|
|
<match type="string" value="stochastic" offset="0"/>
|
|
</magic>
|
|
<glob pattern="*.pm"/>
|
|
<glob pattern="*.sm"/>
|
|
<glob pattern="*.nm"/>
|
|
<glob pattern="*.pctl"/>
|
|
<glob pattern="*.csl"/>
|
|
<glob pattern="*.pp"/>
|
|
</mime-type>
|
|
</mime-info>
|