mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Run the entirety of aliases through the state machine
Fixes #540 #544 #552 #554 #555
This commit is contained in:
parent
2d4fe988ba
commit
cb8c736a56
15 changed files with 108 additions and 52 deletions
|
|
@ -35,6 +35,7 @@ BUFFER='a -u phy1729 echo; :'
|
|||
|
||||
expected_region_highlight=(
|
||||
'1 1 alias' # a
|
||||
'1 1 precommand' # a (sudo)
|
||||
'3 4 single-hyphen-option' # -u
|
||||
'6 12 default' # phy1729
|
||||
'14 17 builtin' # echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue