mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
*highlight: Hash with token types must be global
This commit is contained in:
parent
594c4074fc
commit
0400ad6d76
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ typeset -gA HSMW_HIGHLIGHT_STYLES
|
|||
: ${HSMW_HIGHLIGHT_STYLES[comment]:=fg=black,bold}
|
||||
|
||||
|
||||
typeset -A __HSMW_HIGHLIGHT_TOKENS_TYPES
|
||||
typeset -gA __HSMW_HIGHLIGHT_TOKENS_TYPES
|
||||
|
||||
__HSMW_HIGHLIGHT_TOKENS_TYPES=(
|
||||
|
||||
|
|
Loading…
Reference in a new issue