mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Do not look for metacharacters in parameter expansions.
Fixes the bug the previous commit added a test for.
This commit is contained in:
parent
f490b7cb95
commit
f729726300
3 changed files with 14 additions and 8 deletions
|
|
@ -33,6 +33,6 @@ local x="^foo^bar"
|
|||
BUFFER=$'$x ls'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 2 unknown-token "fixed in the next commit"' # $x
|
||||
'1 2 unknown-token' # $x
|
||||
'4 5 default' # ls
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue