zsh-users/zsh-syntax-highlighting
View on GitHubHighlight semicolon that doesn't terminate a sublist
Open
#569 opened on Oct 24, 2018
Improvementgood first issueresolution:if-and-when-neededsyntax:command-word
Repository metrics
- Stars
- (22,617 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
false && ; foo does not execute foo because ; is equivalent to \n. Highlight it accordingly, differently to a ; that terminates a sublist.
See also workers/43726.