We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5459ebc commit c5ce001Copy full SHA for c5ce001
highlighters/main/main-highlighter.zsh
@@ -659,7 +659,7 @@ _zsh_highlight_main_highlighter_highlight_list()
659
660
if (( $#in_alias == 0 && in_param == 0 )); then
661
# Compute the new $start_pos and $end_pos, skipping over whitespace in $buf.
662
- [[ "$proc_buf" = (#b)(#s)(([ $'\t']|[\\]$'\n')#)(?|)* ]]
+ [[ "$proc_buf" = (#b)(#s)(''([ $'\t']|[\\]$'\n')#)(?|)* ]]
663
# The first, outer parenthesis
664
integer offset="${#match[1]}"
665
(( start_pos = end_pos + offset ))
0 commit comments