zsh-users/zsh-syntax-highlighting
在 GitHub 查看History expansion followed by non-history char
Open
#713 创建于 2020年3月22日
Improvementgood first issue
仓库指标
- Star
- (22,617 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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.