summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarn Burton <twburton@gmail.com>2020-03-03 05:59:36 -0500
committerTarn Burton <twburton@gmail.com>2020-03-03 05:59:36 -0500
commit725485f48f2a2432e67dd3a1ca2276d52b07378e (patch)
tree0e9064ebf3e49dfc8689d0f254aa9b8c61cc4998
parent96a5d76eb76983a1b166d332ffa5f5f7f0c8d0de (diff)
downloadshared-mime-info-725485f48f2a2432e67dd3a1ca2276d52b07378e.tar.gz
Add Common Lisp definition
-rw-r--r--data/freedesktop.org.xml.in8
-rw-r--r--tests/mime-detection/common-lisp.asd0
-rw-r--r--tests/mime-detection/common-lisp.fasl0
-rw-r--r--tests/mime-detection/common-lisp.lisp0
-rw-r--r--tests/mime-detection/common-lisp.ros0
-rw-r--r--tests/mime-detection/list6
6 files changed, 14 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 1bf90143..578c685d 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -5865,6 +5865,14 @@ command to generate the output files.
<glob pattern="CMakeLists.txt"/>
<sub-class-of type="text/plain"/>
</mime-type>
+ <mime-type type="text/x-common-lisp">
+ <comment>Common Lisp source code</comment>
+ <sub-class-of type="text/plain"/>
+ <glob pattern="*.asd"/>
+ <glob pattern="*.fasl"/>
+ <glob pattern="*.lisp"/>
+ <glob pattern="*.ros"/>
+ </mime-type>
<mime-type type="text/csv">
<comment>CSV document</comment>
<acronym>CSV</acronym>
diff --git a/tests/mime-detection/common-lisp.asd b/tests/mime-detection/common-lisp.asd
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/mime-detection/common-lisp.asd
diff --git a/tests/mime-detection/common-lisp.fasl b/tests/mime-detection/common-lisp.fasl
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/mime-detection/common-lisp.fasl
diff --git a/tests/mime-detection/common-lisp.lisp b/tests/mime-detection/common-lisp.lisp
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/mime-detection/common-lisp.lisp
diff --git a/tests/mime-detection/common-lisp.ros b/tests/mime-detection/common-lisp.ros
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tests/mime-detection/common-lisp.ros
diff --git a/tests/mime-detection/list b/tests/mime-detection/list
index 4d11f028..e014fbaf 100644
--- a/tests/mime-detection/list
+++ b/tests/mime-detection/list
@@ -699,6 +699,12 @@ SConscript.buildinfo text/x-scons oxo
cplusplusfile.C text/x-c++src oxo
cfile.c text/x-csrc oxo
+# Common Lisp source code
+common-lisp.asd text/x-common-lisp oxo
+common-lisp.fasl text/x-common-lisp oxo
+common-lisp.lisp text/x-common-lisp oxo
+common-lisp.ros text/x-common-lisp oxo
+
# systemd units
systemd.automount text/x-systemd-unit
systemd.device text/x-systemd-unit