소스 검색

noop: Fix indentation.

pull/355/head
Daniel Shahaf 8 년 전
부모
커밋
d1c773faa7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      highlighters/main/main-highlighter.zsh

+ 2
- 2
highlighters/main/main-highlighter.zsh 파일 보기

@ -348,9 +348,9 @@ _zsh_highlight_main_highlighter()
next_word+=':sudo_opt:'
next_word+=':start:'
fi
fi
fi
if [[ $this_word == *':start:'* ]] && (( in_redirection == 0 )); then # $arg is the command word
if [[ $this_word == *':start:'* ]] && (( in_redirection == 0 )); then # $arg is the command word
if [[ -n ${(M)ZSH_HIGHLIGHT_TOKENS_PRECOMMANDS:#"$arg"} ]]; then
style=precommand
elif [[ "$arg" = "sudo" ]]; then

불러오는 중...
취소
저장