mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Let the type determination ignore global aliases when it ignores regular ones.
This commit is contained in:
parent
e2dddb91c6
commit
08839bbd87
2 changed files with 2 additions and 2 deletions
|
|
@ -34,5 +34,5 @@ local s=x
|
|||
BUFFER=$'$s'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 2 unknown-token "fixed in the next commit"' # $s
|
||||
'1 2 unknown-token' # $s
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue