summaryrefslogtreecommitdiffstats
path: root/kate/data/bash.xml
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-03-03 23:13:48 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-03-03 23:13:48 -0600
commita878d3ef3f87b6d971190423b7c70b1919c97a67 (patch)
tree2d0faac89759ef40a3eab0142cc761ef3341a0b9 /kate/data/bash.xml
parent333a2116d63ab837db093dbb141bf7cb987686a1 (diff)
parent316893d4498bedc490a8e21a54a73d9f5ca58424 (diff)
downloadtdelibs-a878d3ef3f87b6d971190423b7c70b1919c97a67.tar.gz
tdelibs-a878d3ef3f87b6d971190423b7c70b1919c97a67.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'kate/data/bash.xml')
-rw-r--r--kate/data/bash.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kate/data/bash.xml b/kate/data/bash.xml
index 181d564be..3326a31ee 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_@.&#37;*?+-]|\\ )"> <!-- 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" />