From 4d8989e3ebd23deff4b98c0253a04c04c4305621 Mon Sep 17 00:00:00 2001
From: rycee
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 |