Procházet zdrojové kódy

Fix indentation. No functional change.

pull/566/head
Daniel Shahaf před 6 roky
rodič
revize
0c9252ac69
1 změnil soubory, kde provedl 11 přidání a 11 odebrání
  1. +11
    -11
      highlighters/main/main-highlighter.zsh

+ 11
- 11
highlighters/main/main-highlighter.zsh Zobrazit soubor

@ -743,17 +743,17 @@ _zsh_highlight_main_highlighter_highlight_list()
('end')
_zsh_highlight_main__stack_pop '$' reserved-word
;;
('repeat')
# skip the repeat-count word
in_redirection=2
# The redirection mechanism assumes $this_word describes the word
# following the redirection. Make it so.
#
# That word can be a command word with shortloops (`repeat 2 ls`)
# or a command separator (`repeat 2; ls` or `repeat 2; do ls; done`).
#
# The repeat-count word will be handled like a redirection target.
this_word=':start::regular:'
('repeat')
# skip the repeat-count word
in_redirection=2
# The redirection mechanism assumes $this_word describes the word
# following the redirection. Make it so.
#
# That word can be a command word with shortloops (`repeat 2 ls`)
# or a command separator (`repeat 2; ls` or `repeat 2; do ls; done`).
#
# The repeat-count word will be handled like a redirection target.
this_word=':start::regular:'
esac
;;
'suffix alias') style=suffix-alias;;

Načítá se…
Zrušit
Uložit