zsh-users/zsh-syntax-highlighting
Highlight semicolon that doesn't terminate a sublist
Offen
#569 geöffnet am 24.10.2018
Improvementgood first issueresolution:if-and-when-neededsyntax:command-word
Repository-Metriken
- Stars
- (22.617 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
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.