summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvoidzero <github@voidzero.net>2023-01-07 19:39:31 +0100
committervoidzero <github@voidzero.net>2023-01-07 19:39:31 +0100
commit29749d22a34db0f256bf4264669ef68e12769ab8 (patch)
tree32b3d2e78a8d671c7603202ad96d82baad694d81
parenta4eb1b11bce6d3f0104b97585f7d275d13ec8843 (diff)
zsh-syntax-highlighting: add regexp to list of highlighters
-rw-r--r--nixos/modules/programs/zsh/zsh-syntax-highlighting.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix b/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
index bc1101349283..cec4be1cb01e 100644
--- a/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
+++ b/nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
@@ -26,6 +26,7 @@ in
"brackets"
"pattern"
"cursor"
+ "regexp"
"root"
"line"
]));