zsh-users/zsh-syntax-highlighting

Highlight semicolon that doesn't terminate a sublist

Open

#569 创建于 2018年10月24日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Shell (1,371 fork)batch import
Improvementgood first issueresolution:if-and-when-neededsyntax:command-word

仓库指标

Star
 (22,617 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南