File: treeviewx.sharedmimeinfo

package info (click to toggle)
treeviewx 0.5.1%2Bgit20100823.7e4d0e9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,688 kB
  • sloc: cpp: 14,362; xml: 82; makefile: 66
file content (13 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="text/x-clustalw-tree">
    <comment>Phylogenetic tree in Clustal W format</comment>
    <comment xml:lang="fr">Arbre phylogénétique au format Clustal W</comment>
    <comment xml:lang="it">Albero filogenetico in formato Clustal W</comment>
    <magic priority="50">
      <match type="string" offset="0" value="(\n"/>
    </magic>
    <glob pattern="*.phb"/>
    <glob pattern="*.ph"/>
  </mime-type>
</mime-info>