zsh-users/zsh-syntax-highlighting
GitHub で見るHistory expansion followed by non-history char
Open
#713 opened on 2020年3月22日
Improvementgood first issue
説明
A history expansion followed by a character ineligible for history expansion (e.g. =) isn't highlighted correctly. !!= unquoted is all highlighted as history expansion and "!!=" terminates the history expansion style on the first ! rather than the second.