Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Oct 17, 2024
2 parents e7166d8 + 514bd0d commit 7041453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [shell-posix] Commands are not recognized correctly after escaped new-line
- [shell-bash] Redirection symbols < and > inside "magic backticks" block break background highlighting till the end of the file
- [shell-bash] Fix magic backticks in for loop
- [shell-bash] Fix array extension in for loop
- [smarty] fixed the work of smarty templates
- [markdown] amend emphasis with underscores
- [markdown] fix trailing spaces in em and strong
Expand Down
1 change: 1 addition & 0 deletions hrc/hrc/scripts/shell-bash.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@
region02="PairStart" region11="PairEnd"/>
<inherit scheme="shell-posix:for">
<virtual scheme="shell-posix:variable_names" subst-scheme="variable_names"/>
<virtual scheme="shell-posix:variable_assignments" subst-scheme="variable_assignments"/>
<virtual scheme="shell-posix:strings" subst-scheme="strings"/>
<virtual scheme="shell-posix:redirections_start" subst-scheme="redirections_start"/>
<virtual scheme="shell-posix:script_words" subst-scheme="script_words"/>
Expand Down

0 comments on commit 7041453

Please sign in to comment.