mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Stop highlighting alias as its first word too
Fixes #565 and #576
This commit is contained in:
parent
a88d41e095
commit
9cc0060334
15 changed files with 18 additions and 23 deletions
|
|
@ -35,7 +35,6 @@ BUFFER='sdu phy1729 echo foo'
|
|||
|
||||
expected_region_highlight=(
|
||||
'1 3 alias' # sdu
|
||||
'1 3 precommand' # sdu (sudo)
|
||||
'5 11 default' # phy1729
|
||||
'13 16 commmand "issue #540"' # echo (not builtin)
|
||||
'18 20 default' # foo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue