Register mimetype for *.code-workspace

This commit is contained in:
Luqman Aden
2020-04-19 04:57:06 -07:00
parent a84d194763
commit 828389d890
6 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-@@NAME@@-workspace">
<comment>@@NAME_LONG@@ Workspace</comment>
<glob pattern="*.code-workspace"/>
</mime-type>
</mime-info>