summarylogtreecommitdiffstats
path: root/pkgbuild-syntax-highlight.patch
diff options
context:
space:
mode:
authorAntonio Rojas2015-10-11 21:46:15 +0200
committerAntonio Rojas2015-10-11 21:46:15 +0200
commitf4cebff801e4c71c9c14b860f6bfc0e9983e452c (patch)
tree411c296c6c85861d66b9eab43b9c1d8c40032464 /pkgbuild-syntax-highlight.patch
parentf77c5198f36241e2cdbd93b5ab08969d5b764526 (diff)
downloadaur-f4cebff801e4c71c9c14b860f6bfc0e9983e452c.tar.gz
Rebase patch
Diffstat (limited to 'pkgbuild-syntax-highlight.patch')
-rw-r--r--pkgbuild-syntax-highlight.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgbuild-syntax-highlight.patch b/pkgbuild-syntax-highlight.patch
index bcecc7e52acd..5105553f0a03 100644
--- a/pkgbuild-syntax-highlight.patch
+++ b/pkgbuild-syntax-highlight.patch
@@ -4,8 +4,8 @@
<!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following -->
<!ENTITY pathpart "([\w_@.&#37;*?+-]|\\ )"> <!-- valid character in a file name -->
]>
--<language name="Bash" version="2.17" 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" kateversion="2.4" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
+-<language name="Bash" version="2.18" kateversion="5.0" 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.18" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD" mimetype="application/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)