programs.zsh.syntaxHighlighting: Fix default value for patterns

Changed files
+1 -1
nixos
modules
+1 -1
nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
···
};
patterns = mkOption {
-
default = [];
+
default = {};
type = types.attrsOf types.string;
example = literalExample ''