2017-12-11 20:37:41 +00:00
|
|
|
diff --git a/data/syntax/bash.xml b/data/syntax/bash.xml
|
|
|
|
index b2e9400..c7c4b49 100644
|
|
|
|
--- a/data/syntax/bash.xml
|
|
|
|
+++ b/data/syntax/bash.xml
|
2017-08-03 20:14:04 +00:00
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
<!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following -->
|
|
|
|
<!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character in a file name -->
|
|
|
|
]>
|
2017-12-11 20:37:41 +00:00
|
|
|
-<language name="Bash" version="5" 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">
|
|
|
|
+<language name="Bash" version="5" kateversion="5.0" section="Scripts" extensions="*.sh;*.bash;*.ebuild;*.eclass;*.nix;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD;APKBUILD" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL">
|
|
|
|
|
2017-08-03 20:14:04 +00:00
|
|
|
<!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl)
|
|
|
|
Changes by Matthew Woehlke (mw_triad@users.sourceforge.net)
|