mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': When the redirection operator '>&' or '<&' is followed by a positive integer, do not consider that as a filename; it's always a file descriptor.
Fixes #694.
This commit is contained in:
parent
1024ae8177
commit
fb69f4ca81
4 changed files with 19 additions and 6 deletions
|
|
@ -36,5 +36,5 @@ expected_region_highlight=(
|
|||
'1 4 builtin' # echo
|
||||
'6 8 default' # foo
|
||||
'9 10 redirection' # >&
|
||||
'11 11 file-descriptor "issue #694"' # 2 (not path)
|
||||
'11 11 numeric-fd' # 2 (not path)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue