1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

zsh: correct link for syntax-highlighting styles

This commit is contained in:
Icy-Thought 2024-02-08 15:15:55 +01:00 committed by Mikilio
parent 134fe37f26
commit 9e32fcfd82
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -242,7 +242,7 @@ let
example = { comment = "fg=black,bold"; }; example = { comment = "fg=black,bold"; };
description = '' description = ''
Custom styles for syntax highlighting. Custom styles for syntax highlighting.
See each highlighter's options: <https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md> See each highlighter style option: <https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/main.md>
''; '';
}; };
}; };