zsh-users/zsh-syntax-highlighting

Highlight semicolon that doesn't terminate a sublist

Offen

#569 geöffnet am 24.10.2018

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Shell (1.371 Forks)batch import
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.

Contributor Guide