mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Support the non-precommand flags of sudo(8) and ssh-agent(1).
Uses the infrastructure added in the previous commit. Fixes #678.
This commit is contained in:
parent
c73153c6e8
commit
20d250d618
2 changed files with 5 additions and 5 deletions
|
|
@ -35,5 +35,5 @@ BUFFER='sudo -e /does/not/exist'
|
|||
expected_region_highlight=(
|
||||
'1 4 precommand' # sudo
|
||||
'6 7 single-hyphen-option' # -e
|
||||
'9 23 default "issue #678"' # /does/not/exist
|
||||
'9 23 default' # /does/not/exist
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue