mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
2bb8f0703d
commit
4fc35362ee
2 changed files with 41 additions and 0 deletions
|
|
@ -553,6 +553,9 @@ _zsh_highlight_highlighter_main_paint()
|
|||
# subshell
|
||||
style=reserved-word
|
||||
braces_stack='R'"$braces_stack"
|
||||
elif [[ $arg == $'\x29' ]]; then
|
||||
# end of subshell
|
||||
_zsh_highlight_main__stack_pop 'R' style=reserved-word
|
||||
else
|
||||
if _zsh_highlight_main_highlighter_check_path; then
|
||||
style=$REPLY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue