mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Highlight global aliases
This commit is contained in:
parent
5a44d9f32a
commit
3c5f63d959
3 changed files with 13 additions and 3 deletions
|
|
@ -33,6 +33,6 @@ alias -g foo=bar
|
|||
BUFFER=$'foo foo'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 3 arg0_global' # foo
|
||||
'5 7 default' # foo
|
||||
'1 3 global-alias' # foo
|
||||
'5 7 global-alias' # foo
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue