mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Make sure the ZSH_HIGHLIGHT_STYLES array is exported
This commit is contained in:
parent
f713934f6c
commit
6db0692d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# vim: ft=zsh sw=2 ts=2 et
|
||||
|
||||
# Token types styles.
|
||||
typeset -A ZSH_HIGHLIGHT_STYLES
|
||||
typeset -gA ZSH_HIGHLIGHT_STYLES
|
||||
ZSH_HIGHLIGHT_STYLES=(
|
||||
default 'none'
|
||||
isearch 'fg=magenta,standout'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue