mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-09-18 00:10:15 +00:00
'main': Don't match redirection operators in command substitutions as <-> number range globs. Fixes #483.
This commit is contained in:
@@ -32,5 +32,5 @@ BUFFER=$': $(<foo)'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 1 builtin' # :
|
||||
'3 9 default "issue #483"' # $(<foo)
|
||||
'3 9 default' # $(<foo)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user