0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

zsh-syntax-highlighting: add regexp to list of highlighters

This commit is contained in:
voidzero 2023-01-07 19:39:31 +01:00
parent a4eb1b11bc
commit 29749d22a3

View file

@ -26,6 +26,7 @@ in
"brackets" "brackets"
"pattern" "pattern"
"cursor" "cursor"
"regexp"
"root" "root"
"line" "line"
])); ]));