2016-09-18 19:11:53 +08:00
|
|
|
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
|
2016-09-14 04:57:28 +08:00
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
<!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following -->
|
|
|
|
<!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character in a file name -->
|
|
|
|
]>
|
2016-09-18 19:11:53 +08:00
|
|
|
-<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">
|
2016-09-14 04:57:28 +08:00
|
|
|
|
|
|
|
<!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
|
|
|
|
Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)
|
2016-09-18 19:11:53 +08:00
|
|
|
--
|
|
|
|
2.10.0
|
|
|
|
|