1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-ngraph">
<sub-class-of type="text/plain"/>
<comment>Ngraph</comment>
<glob pattern="*.ngp"/>
</mime-type>
<mime-type type="application/x-ngraph-graphic">
<sub-class-of type="text/plain"/>
<comment>Ngraph graphic file</comment>
<comment xml:lang="ja">Ngraph のグラフィックデータファイル</comment>
<glob pattern="*.gra"/>
</mime-type>
<mime-type type="application/x-ngraph-script">
<sub-class-of type="text/plain"/>
<comment>Ngraph script file</comment>
<comment xml:lang="ja">Ngraph script のファイル</comment>
<glob pattern="*.nsc"/>
</mime-type>
</mime-info>
|