mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Correct dollar-quoted-argument-unclosed fallback typo
This commit is contained in:
parent
5e9b7c4650
commit
e4fffa4de5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue