mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word.
Fixes #231. Fixes #330.
This commit is contained in:
parent
fccf92402b
commit
7fb6f99791
4 changed files with 9 additions and 4 deletions
|
|
@ -32,5 +32,5 @@ BUFFER='A=(hello world) b=42'
|
|||
expected_region_highlight=(
|
||||
"1 3 assign" # A=(
|
||||
"15 15 assign" # )
|
||||
"17 20 assign 'issue #330'" # b=42
|
||||
"17 20 assign" # b=42
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue