mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Make a few variables local
This commit is contained in:
parent
a21f6ad6c4
commit
df2041e2d6
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
# Array declaring active highlighters names.
|
||||
typeset -ga ZSH_HIGHLIGHT_HIGHLIGHTERS
|
||||
typeset -gA ZSH_HIGHLIGHT_FILES
|
||||
|
||||
# Update ZLE buffer syntax highlighting.
|
||||
#
|
||||
|
|
@ -107,6 +106,7 @@ _zsh_highlight()
|
|||
|
||||
# Array used by highlighters to declare user overridable styles.
|
||||
typeset -gA ZSH_HIGHLIGHT_STYLES
|
||||
typeset -gA ZSH_HIGHLIGHT_FILES
|
||||
|
||||
# Whether the command line buffer has been modified or not.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue