summaryrefslogtreecommitdiffstats
path: root/kate/data/bash.xml
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-08 00:44:44 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-08 00:44:44 -0500
commita44c9249300c96da86fa79cae17bd88789e75399 (patch)
tree1a69d4f3315120a600ea484bec5802769219b6c5 /kate/data/bash.xml
parentc359057caabdb7740b46f0e45eafaa38d4f40d54 (diff)
downloadtdelibs-a44c9249300c96da86fa79cae17bd88789e75399.tar.gz
tdelibs-a44c9249300c96da86fa79cae17bd88789e75399.zip
Update mimetypes in Kate plugins to match output of libmagic
This relates to Bug 2148
Diffstat (limited to 'kate/data/bash.xml')
-rw-r--r--kate/data/bash.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/data/bash.xml b/kate/data/bash.xml
index 3326a31ee..830e00957 100644
--- a/kate/data/bash.xml
+++ b/kate/data/bash.xml
@@ -8,7 +8,7 @@
<!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following -->
<!ENTITY pathpart "([\w_@.&#37;*?+-]|\\ )"> <!-- valid character in a file name -->
]>
-<language name="Bash" version="2.17-1" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
+<language name="Bash" version="2.17-1" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript;text/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
<!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)