Skip to content

Commit

Permalink
Fix backticks in for loop in bash scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed Aug 24, 2024
1 parent 56b7544 commit afeba05
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 @@ -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
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 @@ -515,6 +515,7 @@
<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"/>
<virtual scheme="shell-posix:evaluations" subst-scheme="evaluations"/>
</inherit>
</scheme>

Expand Down

0 comments on commit afeba05

Please sign in to comment.