fix zsh highlighting

This commit is contained in:
Tim Schubert 2021-06-12 00:10:05 +02:00
parent 9b8bb5e88d
commit fde26938db
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 3 additions and 1 deletions

View file

@ -39,7 +39,7 @@ with lib;
vteIntegration = true;
syntaxHighlighting = {
enable = true;
highlighters = [ "main" "brackets" "pattern" "cursor" "root" "line" ];
highlighters = [ "main" "brackets" "pattern" "root" "line" ];
};
};
}