programs.zsh.syntaxHighlighting.patterns
Home-Manager option
Custom syntax highlighting for user-defined patterns. Reference: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/pattern.md
type: attribute set of stringDefault
{ }Example
declared in: <home-manager/modules/programs/zsh>source unavailable{ "rm -rf *" = "fg=white,bold,bg=red"; }