소스 검색

minor: Rewrap docs for uncompiled readability.

pull/309/head
Daniel Shahaf 8 년 전
부모
커밋
e8af14fe1f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      docs/highlighters.md

+ 2
- 2
docs/highlighters.md 파일 보기

@ -67,8 +67,8 @@ To create your own `myhighlighter` highlighter:
This function does the actual syntax highlighting, by calling
`_zsh_highlight_add_highlight` with the start and end of the region to
be highlighted and the `ZSH_HIGHLIGHT_STYLES` key to use. Define the default
style for that key in the highlighter script outside of any function with `:
${ZSH_HIGHLIGHT_STYLES[key]:=value}`. For example:
style for that key in the highlighter script outside of any function with
`: ${ZSH_HIGHLIGHT_STYLES[key]:=value}` . For example:
: ${ZSH_HIGHLIGHT_STYLES[aurora]:=fg=green}

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