zsh-users/zsh-syntax-highlighting

Highlight semicolon that doesn't terminate a sublist

Open

#569 aberto em 24 de out. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Shell (1.371 forks)batch import
Improvementgood first issueresolution:if-and-when-neededsyntax:command-word

Métricas do repositório

Stars
 (22.617 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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.

Guia do colaborador