Ditto in .zsh files

This commit is contained in:
Samantaz Fox 2021-10-05 15:31:58 +02:00 committed by GitHub
parent ecba44470b
commit 56383c9e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ color brightmagenta "\<(base(32|64)|basename|cat|chcon|chgrp|chmod|chown|chroot|
icolor brightgreen "^\s+(function\s+)[0-9A-Z_]+\s+\(\)" icolor brightgreen "^\s+(function\s+)[0-9A-Z_]+\s+\(\)"
## Variables ## Variables
icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?" icolor brightred "\$\{?[0-9A-Z_!@#%$*?-]+\}?"
## Strings ## Strings
color yellow ""(\\.|[^"])*"" color yellow ""(\\.|[^"])*""