mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
10 lines
337 B
XML
10 lines
337 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/graphite+json">
|
|
<comment>Graphite Document</comment>
|
|
<sub-class-of type="application/json"/>
|
|
<glob pattern="*.graphite"/>
|
|
<icon name="art.graphite.Graphite"/>
|
|
</mime-type>
|
|
</mime-info>
|