From fea642e9a88fffc8fb14793a5cbd6c4031d4271b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sp=C3=A6tte?= Date: Sat, 5 Nov 2022 19:18:17 +0000 Subject: Add text/julia for Julia source code --- data/freedesktop.org.xml.in | 5 +++++ tests/mime-detection/list | 1 + tests/mime-detection/test.jl | 1 + 3 files changed, 7 insertions(+) create mode 100644 tests/mime-detection/test.jl 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. + + Julia source code + + + Rust source code diff --git a/tests/mime-detection/list b/tests/mime-detection/list index 29955b8c..60227049 100644 --- a/tests/mime-detection/list +++ b/tests/mime-detection/list @@ -430,6 +430,7 @@ test.ttl text/turtle ox test.twig text/x-twig ox # Crystal test.cr text/x-crystal ox +test.jl text/julia ox test.rs text/rust ox # Copied from http://digital-preservation.github.io/csv-schema/csv-schema-1.0.html#basics test.csvs text/csv-schema ox diff --git a/tests/mime-detection/test.jl b/tests/mime-detection/test.jl new file mode 100644 index 00000000..3a4e995f --- /dev/null +++ b/tests/mime-detection/test.jl @@ -0,0 +1 @@ +println("hello world") -- cgit v1.2.1