summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-01-15 00:26:10 +0100
committerGitHub <noreply@github.com>2023-01-15 00:26:10 +0100
commit33231c337e35fde0f5c0e7dee64630c04e9dd644 (patch)
tree77e616fa1e2dbe9bf4f7bf46233c4b3efbedea20
parentc90f345b10cd22cdaa81c744bbd73f9b925edadd (diff)
parent29749d22a34db0f256bf4264669ef68e12769ab8 (diff)
Merge pull request #209538 from voidzero/zsh-syntax-hl.regexp
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"
]));