summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSøren Spætte <spaette@outlook.com>2022-11-05 19:18:17 +0000
committerDavid Faure <faure@kde.org>2022-11-05 19:18:17 +0000
commitfea642e9a88fffc8fb14793a5cbd6c4031d4271b (patch)
tree955fe536d8d4138cdd2b34de682dface50913119 /data
parentf4e7cbc86e67e7bc39cf8167823fcf0d8ace9ce1 (diff)
downloadshared-mime-info-fea642e9a88fffc8fb14793a5cbd6c4031d4271b.tar.gz
Add text/julia for Julia source code
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 082416db..95d769ad 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -3704,6 +3704,11 @@ command to generate the output files.
<glob pattern="*.cr"/>
<alias type="text/crystal"/>
</mime-type>
+ <mime-type type="text/julia">
+ <comment>Julia source code</comment>
+ <sub-class-of type="text/plain"/>
+ <glob pattern="*.jl"/>
+ </mime-type>
<mime-type type="text/rust">
<comment>Rust source code</comment>
<sub-class-of type="text/plain"/>