core/ktexteditor/pkgbuild-syntax-highlight.patch
2016-09-18 12:11:53 +01:00

26 lines
1.3 KiB
Diff

From 4f82f3349d20fb3f0740fe6b98425f67fd3d919e Mon Sep 17 00:00:00 2001
From: Chaoting Liu <brli@chakraos.org>
Date: Sun, 18 Sep 2016 12:01:00 +0100
Subject: [PATCH] pkgbuild-syntax-highlight
---
src/syntax/data/bash.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/syntax/data/bash.xml b/src/syntax/data/bash.xml
index dc47e04..e36013e 100644
--- a/src/syntax/data/bash.xml
+++ b/src/syntax/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="3" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;*.nix;.bashrc;.bash_profile;.bash_login;.profile" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
+<language name="Bash" version="3" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;*.nix;.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)
--
2.10.0