diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ffb45..a2a2f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - [shell-posix] Comments are not recognized in case statement - [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 - [smarty] fixed the work of smarty templates - [markdown] amend emphasis with underscores - [markdown] fix trailing spaces in em and strong diff --git a/hrc/hrc/scripts/shell-bash.hrc b/hrc/hrc/scripts/shell-bash.hrc index 3c45b65..c00204c 100644 --- a/hrc/hrc/scripts/shell-bash.hrc +++ b/hrc/hrc/scripts/shell-bash.hrc @@ -515,6 +515,7 @@ +