MyNixOS website logo
option

programs.zsh.syntaxHighlighting.highlighters

Specifies the highlighters to be used by zsh-syntax-highlighting.

The following defined options can be found here: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md.

Declarations
Type
list of (one of "main", "brackets", "pattern", "cursor", "regexp", "root", "line")
Default
[
  "main"
]