summarylogtreecommitdiffstats
path: root/pkgbuild-syntax-highlight.patch
diff options
context:
space:
mode:
authorAntonio Rojas2015-06-08 22:47:26 +0200
committerAntonio Rojas2015-06-08 22:47:26 +0200
commit48376ab41f9bd54599eaa00e81a2354c146998bc (patch)
tree700e9db2a78c03660356c1e8fa6a1457de53c015 /pkgbuild-syntax-highlight.patch
downloadaur-48376ab41f9bd54599eaa00e81a2354c146998bc.tar.gz
Initial import
Diffstat (limited to 'pkgbuild-syntax-highlight.patch')
-rw-r--r--pkgbuild-syntax-highlight.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgbuild-syntax-highlight.patch b/pkgbuild-syntax-highlight.patch
new file mode 100644
index 000000000000..bcecc7e52acd
--- /dev/null
+++ b/pkgbuild-syntax-highlight.patch
@@ -0,0 +1,11 @@
+--- 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.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">
+
+ <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
+ Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)