zsh-users/zsh-syntax-highlighting
Auf GitHub ansehenHighlight semicolon that doesn't terminate a sublist
Open
#569 geöffnet am 24. Okt. 2018
Improvementgood first issueresolution:if-and-when-neededsyntax:command-word
Repository-Metriken
- Stars
- (22.617 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.