tint2conf: Add mime type and full support for editing by path

This commit is contained in:
o9000
2017-04-22 19:31:59 +02:00
parent 5646dca8b7
commit 49b41667ad
4 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-tint2-theme">
<comment xml:lang="en">tint2 theme file</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*tint2rc"/>
</mime-type>
</mime-info>