Skip to content

Commit 7041453

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e7166d8 + 514bd0d commit 7041453

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [shell-posix] Commands are not recognized correctly after escaped new-line
1818
- [shell-bash] Redirection symbols < and > inside "magic backticks" block break background highlighting till the end of the file
1919
- [shell-bash] Fix magic backticks in for loop
20+
- [shell-bash] Fix array extension in for loop
2021
- [smarty] fixed the work of smarty templates
2122
- [markdown] amend emphasis with underscores
2223
- [markdown] fix trailing spaces in em and strong

hrc/hrc/scripts/shell-bash.hrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@
512512
region02="PairStart" region11="PairEnd"/>
513513
<inherit scheme="shell-posix:for">
514514
<virtual scheme="shell-posix:variable_names" subst-scheme="variable_names"/>
515+
<virtual scheme="shell-posix:variable_assignments" subst-scheme="variable_assignments"/>
515516
<virtual scheme="shell-posix:strings" subst-scheme="strings"/>
516517
<virtual scheme="shell-posix:redirections_start" subst-scheme="redirections_start"/>
517518
<virtual scheme="shell-posix:script_words" subst-scheme="script_words"/>

0 commit comments

Comments
 (0)