From 29749d22a34db0f256bf4264669ef68e12769ab8 Mon Sep 17 00:00:00 2001
From: voidzero <github@voidzero.net>
Date: Sat, 7 Jan 2023 19:39:31 +0100
Subject: [PATCH] zsh-syntax-highlighting: add regexp to list of highlighters

---
 nixos/modules/programs/zsh/zsh-syntax-highlighting.nix | 1 +
 1 file changed, 1 insertion(+)

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"
         ]));