Improvementgood first issue
Repository metrics
- Stars
- (22,617 stars)
- PR merge metrics
- (No merged PRs in 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]).