瀏覽代碼

minor: Fix the editor braces matching confusion prevention sentinel.

pull/564/head
Daniel Shahaf 6 年之前
父節點
當前提交
de23e75946
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      highlighters/main/main-highlighter.zsh

+ 1
- 1
highlighters/main/main-highlighter.zsh 查看文件

@ -845,7 +845,7 @@ _zsh_highlight_main_highlighter_highlight_list()
;;
*) if false; then
elif [[ $arg = $'\x7d' ]] && $right_brace_is_recognised_everywhere; then
# Parsing rule: }
# Parsing rule: {
#
# Additionally, `tt(})' is recognized in any position if neither the
# tt(IGNORE_BRACES) option nor the tt(IGNORE_CLOSE_BRACES) option is set.

Loading…
取消
儲存