summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Brito <email@fernandobrito.com>2010-12-01 17:00:21 +0000
committerBastien Nocera <hadess@hadess.net>2010-12-01 17:00:21 +0000
commitce7c346e9c3fc4e32b58be17d6977cfc50854518 (patch)
treeabc3d14782ee24a4355ed1975339db687478c3f6
parent887a81c0b1a5f232aadb50d1daed4988315c256b (diff)
Add mime-types for Cobol
https://bugs.freedesktop.org/show_bug.cgi?id=31877
-rw-r--r--freedesktop.org.xml.in8
-rw-r--r--tests/list1
2 files changed, 9 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 9fbb0cd..cd72ed4 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -2278,6 +2278,14 @@ command to generate the output files.
<sub-class-of type="text/plain"/>
<glob pattern="*.ocl"/>
</mime-type>
+ <mime-type type="text/x-cobol">
+ <_comment>COBOL source file</_comment>
+ <acronym>COBOL</acronym>
+ <expanded-acronym>COmmon Business Oriented Language</expanded-acronym>
+ <sub-class-of type="text/plain"/>
+ <glob pattern="*.cbl"/>
+ <glob pattern="*.cob"/>
+ </mime-type>
<mime-type type="application/x-mif">
<_comment>Adobe FrameMaker MIF document</_comment>
<glob pattern="*.mif"/>
diff --git a/tests/list b/tests/list
index 1ed0cbd..b7f9447 100644
--- a/tests/list
+++ b/tests/list
@@ -233,6 +233,7 @@ test.mml application/mathml+xml ox
# Copied from http://doc.trolltech.com/4.4/linguist-hellotr.html
linguist.ts text/vnd.trolltech.linguist
test.xsl application/xslt+xml
+test.cbl text/x-cobol ox
# Archives
# Copied from http://bugs.freedesktop.org/show_bug.cgi?id=14909