zsh-users/zsh-syntax-highlighting
Auf GitHub ansehenHistory expansion followed by non-history char
Open
#713 geöffnet am 22. März 2020
Improvementgood first issue
Repository-Metriken
- Stars
- (22.617 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.