zsh-users/zsh-syntax-highlighting
Ver no GitHubHighlight trailing garbage as error
Open
#296 aberto em 22 de abr. de 2016
Improvementgood first issue
Métricas do repositório
- Stars
- (22.617 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
% if :; then fi
% if :; then fi foobar
zsh: parse error near `foobar'
% for arg; do done
% for arg; do done fobar
zsh: parse error near `fobar'
The foobar should be highlighted as an error ([unknown-token]).