summarylogtreecommitdiffstats
path: root/pkgbuild-syntax-highlight.patch
diff options
context:
space:
mode:
authorDaniel Albers2020-02-22 14:15:51 +0100
committerDaniel Albers2020-02-22 14:15:51 +0100
commit044ff96441e530c4c30edf917da916ab9fa96870 (patch)
treecb154179fdfce38359f5570c59d40d4fc39d5e41 /pkgbuild-syntax-highlight.patch
parentf8e8628f52955a1e6945d3bf137dee5f165e2c33 (diff)
downloadaur-044ff96441e530c4c30edf917da916ab9fa96870.tar.gz
Removed outdated patch
Diffstat (limited to 'pkgbuild-syntax-highlight.patch')
-rw-r--r--pkgbuild-syntax-highlight.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgbuild-syntax-highlight.patch b/pkgbuild-syntax-highlight.patch
deleted file mode 100644
index 5105553f0a03..000000000000
--- a/pkgbuild-syntax-highlight.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/syntax/data/bash.xml~ 2013-06-13 09:46:51.569245577 +0000
-+++ src/syntax/data/bash.xml 2013-06-13 09:47:31.745637790 +0000
-@@ -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.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)