diff --git a/options.xhtml b/options.xhtml index 950f00acb..e9b23bb40 100644 --- a/options.xhtml +++ b/options.xhtml @@ -53579,6 +53579,36 @@ list of string
] +Declared by:
+
+
+<home-manager/modules/programs/zsh.nix>
+
+ |
programs.zsh.syntaxHighlighting.patterns
+
+
+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 string
+ +Default:
+{ }
Example:
{
+ "rm -rf *" = "fg=white,bold,bg=red";
+}
+
+
Declared by:
@@ -53596,7 +53626,7 @@ list of string
Custom styles for syntax highlighting. -See each highlighter’s options: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md +See each highlighter style option: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/main.mdType: attribute set of string |