First case: (#670.1) ```zsh % foobar='x=$(ls)' % $foobar ``` highlights the `ba` in green from `ls`, as foreseen in https://github.com/zsh-users/zsh-syntax-highlighting/issues/572#issuecomment-485036695. Second case: (#670.2) Exactly the same with a shorter parameter name: ```zsh % y='x=$(ls)' % $y zsh-syntax-highlighting: BUG: _zsh_highlight_highlighter_main_paint: start(2) >= end(2) ```