From 4d8989e3ebd23deff4b98c0253a04c04c4305621 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 15 Mar 2024 18:48:28 +0000 Subject: [PATCH] deploy: c781b28add41b74423ab2e64496d4fc91192e13a --- options.xhtml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/options.xhtml b/options.xhtml index 950f00ac..e9b23bb4 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.md

Type: attribute set of string