summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2020-03-28 02:47:36 -0600
committerAlex Henrie <alexhenrie24@gmail.com>2020-03-28 02:47:36 -0600
commit6f67e1137d18274453f2de482a67f927dc7835ea (patch)
tree4a8ddf2456efea3ea4dced95f1f5478e69bdab33
parentb059d605a791497ddd7aa3bd47c18a1e258cb334 (diff)
downloadshared-mime-info-6f67e1137d18274453f2de482a67f927dc7835ea.tar.gz
Rename text/x-tcl to text/tcl
Section 18.2.2 of the HTML 4.0 specification gives "text/tcl" as the MIME type for Tcl and no later standard has changed that. https://www.w3.org/TR/1998/REC-html40-19980424/interact/scripts.html#h-18.2.2
-rw-r--r--data/freedesktop.org.xml.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 578c685d..2598d150 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -6375,8 +6375,9 @@ command to generate the output files.
<glob pattern="*.sql"/>
<alias type="text/x-sql"/>
</mime-type>
- <mime-type type="text/x-tcl">
+ <mime-type type="text/tcl">
<comment>Tcl script</comment>
+ <alias type="text/x-tcl"/>
<sub-class-of type="text/plain"/>
<glob pattern="*.tcl"/>
<glob pattern="*.tk"/>