|
|
@ -9,7 +9,16 @@ |
|
|
|
|
|
|
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> |
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> |
|
|
<mime-type type="text/x-prism"> |
|
|
<mime-type type="text/x-prism"> |
|
|
|
|
|
<sub-class-of type="text/x-csrc"/> <!-- just to prevent mis-detection as C --> |
|
|
<comment>PRISM file</comment> |
|
|
<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="*.pm"/> |
|
|
<glob pattern="*.sm"/> |
|
|
<glob pattern="*.sm"/> |
|
|
<glob pattern="*.nm"/> |
|
|
<glob pattern="*.nm"/> |
|
|
|