diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-03 00:41:25 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:22:40 +0100 |
commit | 18c445cb5b6270fa017d464d87d2690309d3ff29 (patch) | |
tree | 404b628197e19bdc868715e080f4ee5070dc9284 /kate/data/bash.xml | |
parent | 17517c35528d3081ab128bbac26f631e4bf44ea4 (diff) | |
download | tdelibs-18c445cb5b6270fa017d464d87d2690309d3ff29.tar.gz tdelibs-18c445cb5b6270fa017d464d87d2690309d3ff29.zip |
Kate syntax highlighting files update - Feb 2014
(cherry picked from commit bb647dca1516a45ce18f2e040bd20528f588e2fe)
Diffstat (limited to 'kate/data/bash.xml')
-rw-r--r-- | kate/data/bash.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kate/data/bash.xml b/kate/data/bash.xml index a79537351..dff5cacfb 100644 --- a/kate/data/bash.xml +++ b/kate/data/bash.xml @@ -8,7 +8,7 @@ <!ENTITY noword "(?![\w$+-])"> <!-- no word, $, + or - following --> <!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character in a file name --> ]> -<language name="Bash" version="2.18" kateversion="2.5" 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-1" 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"> <!-- (c) 2004 by Wilbert Berendsen (wilbert@kde.nl) Changes by Matthew Woehlke (mw_triad@users.sourceforge.net) @@ -635,6 +635,7 @@ <RegExpr attribute="Variable" context="#stay" String="\$\{[*@#?$!_0-9-]\}" /> <RegExpr attribute="Variable" context="#stay" String="\$\{#&varname;(\[[*@]\])?\}" /> <RegExpr attribute="Variable" context="#stay" String="\$\{!&varname;(\[[*@]\]|[*@])?\}" /> + <RegExpr attribute="Variable" context="#stay" String="\$\{#[0-9]+\}" /> <RegExpr attribute="Variable" context="VarBrace" String="\$\{&varname;" /> <RegExpr attribute="Variable" context="VarBrace" String="\$\{[*@#?$!_0-9-](?=[:#%/=?+-])" /> <StringDetect attribute="Variable" context="ExprDblParenSubst" String="$((" beginRegion="expression" /> |