Magellan Linux

Contents of /trunk/kdelibs4/patches/kdelibs4-4.5.1-mage-syntax.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1140 - (show annotations) (download)
Wed Sep 22 17:44:43 2010 UTC (13 years, 7 months ago) by niro
File size: 1190 byte(s)
- added kdelibs-4.5.1 patches
1 diff -Naur kdelibs-4.5.1/kate/syntax/data/bash.xml kdelibs-4.5.1-magellan/kate/syntax/data/bash.xml
2 --- kdelibs-4.5.1/kate/syntax/data/bash.xml 2009-04-15 12:26:37.000000000 +0200
3 +++ kdelibs-4.5.1-magellan/kate/syntax/data/bash.xml 2010-09-22 19:50:04.000000000 +0200
4 @@ -8,7 +8,7 @@
5 <!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following -->
6 <!ENTITY pathpart "([\w_@.&#37;*?+-]|\\ )"> <!-- valid character in a file name -->
7 ]>
8 -<language name="Bash" version="2.12" 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">
9 +<language name="Bash" version="2.12" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;*.smage;*.smage2;*.mage;*.minc;*.sminc;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
10
11 <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
12 Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)