mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-11 22:02:31 +01:00
'main': Restore 0.6.0's behaviour for unknown options.
See discussion on #664.
This commit is contained in:
parent
4d28f954d4
commit
55a4bcaae5
3 changed files with 10 additions and 3 deletions
|
|
@ -33,5 +33,5 @@ BUFFER='sudo --askpass ls'
|
|||
expected_region_highlight=(
|
||||
'1 4 precommand' # sudo
|
||||
'6 14 double-hyphen-option' # --askpass
|
||||
'16 17 default' # ls (we don't know whether --askpass takes an argument)
|
||||
'16 17 command' # ls (we don't know whether --askpass takes an argument)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue