summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2022-04-30 08:42:15 +0300
committerDavid Faure <faure@kde.org>2022-04-30 17:29:56 +0000
commitf09f11c42ea75c94dd4d911f3f518833fc7bc3f5 (patch)
tree20ee55d21e0d58f13d31b89c1e89a5bff44e6d25
parent976a666d2cf51619a1ebc01a36eb86e389799751 (diff)
downloadshared-mime-info-f09f11c42ea75c94dd4d911f3f518833fc7bc3f5.tar.gz
text/markdown: add x-office-document generic-icon
Markdown files are similar in nature as DocBook files for which we already have this generic-icon in effect. A document one rather than generic text seems to match these files' content better semantically. Refs https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/182
-rw-r--r--data/freedesktop.org.xml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 53c6de8f..8475b22d 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -6487,6 +6487,7 @@ command to generate the output files.
<mime-type type="text/markdown">
<comment>Markdown document</comment>
<sub-class-of type="text/plain"/>
+ <generic-icon name="x-office-document"/>
<glob pattern="*.md"/>
<glob pattern="*.mkd"/>
<glob pattern="*.markdown"/>