Skip to content

Commit

Permalink
feat: add two mime types.
Browse files Browse the repository at this point in the history
Change-Id: I24e705d8e76d356ceca9592f247099198ab16408
  • Loading branch information
rekols committed Nov 13, 2018
1 parent bc1a23e commit 14d1860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@ bool Utils::isMimeTypeSupport(const QString &filepath)
<< "application/x-subrip"
<< "application/x-text"
<< "application/x-trash"
<< "application/x-xbel"
<< "application/x-yaml"
<< "application/x-pem-key"
<< "application/xml"
<< "application/yaml"
<< "application/x-zerosize"
Expand Down

0 comments on commit 14d1860

Please sign in to comment.