File: grace.sharedmimeinfo

package info (click to toggle)
grace 1%3A5.1.25-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,192 kB
  • sloc: ansic: 102,044; sh: 5,492; makefile: 572; perl: 56; fortran: 56
file content (12 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-grace">
    <comment>Grace Project File</comment>
    <comment xml:lang="de">Grace Projektdatei</comment>
    <comment xml:lang="ro">Proiect Grace</comment>
    <glob pattern="*.agr"/>
    <magic priority="50">
      <match type="string" offset="0" value="# Grace project file"/>
    </magic>
  </mime-type>
</mime-info>