Explorar el Código

minor: Fix the editor braces matching confusion prevention sentinel.

pull/564/head
Daniel Shahaf hace 6 años
padre
commit
de23e75946
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      highlighters/main/main-highlighter.zsh

+ 1
- 1
highlighters/main/main-highlighter.zsh Ver fichero

@ -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.

Cargando…
Cancelar
Guardar