25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

24 satır
696 B

  1. zsh-syntax-highlighting / highlighters / line
  2. =================================================
  3. This is the ***line*** highlighter, that highlights the whole line.
  4. How to activate it
  5. ------------------
  6. To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`:
  7. ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] line)
  8. How to tweak it
  9. ---------------
  10. This highlighter defines the following styles:
  11. * `line` - the style for the whole line
  12. To override one of those styles, change its entry in `ZSH_HIGHLIGHT_STYLES`, for example in `~/.zshrc`:
  13. ZSH_HIGHLIGHT_STYLES[line]='bold'
  14. The syntax for declaring styles is [documented here](http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#SEC135).