File: qabc.xml

package info (click to toggle)
qabc 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: cpp: 2,338; xml: 48; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
   <mime-type type="application/vnd.abc">
     <icon name="qabc"/>
     <comment>ABC musical score file</comment>
     <comment xml:lang="fr">Fichier de partition musicale ABC</comment>
     <magic priority="60">
       <match value="%abc" type="string" offset="0"/>
       <match value="X:" type="string" offset="0"/>
     </magic>
     <glob pattern="*.abc"/>
     <sub-class-of type="text/plain"/>
   </mime-type>
</mime-info>