zsh-users/zsh-syntax-highlighting
GitHub で見るHighlight semicolon that doesn't terminate a sublist
Open
#569 opened on 2018年10月24日
Improvementgood first issueresolution:if-and-when-neededsyntax:command-word
説明
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.