main: Correct dollar-quoted-argument-unclosed fallback typo

This commit is contained in:
Matthew Martin 2018-03-16 17:18:31 -05:00
parent 5e9b7c4650
commit e4fffa4de5

View file

@ -88,7 +88,7 @@ _zsh_highlight_main_add_region_highlight() {
single-quoted-argument{-unclosed,} single-quoted-argument{-unclosed,}
double-quoted-argument{-unclosed,} double-quoted-argument{-unclosed,}
dollar-single-quoted-argument{-unclosed,} dollar-quoted-argument{-unclosed,}
back-quoted-argument{-unclosed,} back-quoted-argument{-unclosed,}
) )
local needle=$1 value local needle=$1 value