summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-12-27 23:43:26 +0100
committerDavid Faure <faure@kde.org>2021-01-10 09:45:51 +0000
commitef28b6132d4889575b9283980e78129ed040e6fb (patch)
tree9f3af9e65d875d36d837897aa61e3b36de602b94 /data
parent7bcf225defe8ee72c8c3aa44180b1c4665e5143e (diff)
downloadshared-mime-info-ef28b6132d4889575b9283980e78129ed040e6fb.tar.gz
Add text/x-dart
Dart is a programming language by Google. https://dart.dev/
Diffstat (limited to 'data')
-rw-r--r--data/freedesktop.org.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 640ab648..1e9c5eee 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -6346,6 +6346,11 @@ command to generate the output files.
<glob pattern="*.diff"/>
<glob pattern="*.patch"/>
</mime-type>
+ <mime-type type="text/x-dart">
+ <comment>Dart source code</comment>
+ <sub-class-of type="text/plain"/>
+ <glob pattern="*.dart"/>
+ </mime-type>
<mime-type type="text/x-go">
<comment>Go source code</comment>
<sub-class-of type="text/plain"/>