driver: Follow-up to grandparent: Have all test suite entry points declare the mock $region_highlight.

tests/generate.zsh already does this.
This commit is contained in:
Daniel Shahaf 2020-07-14 01:56:21 +00:00
parent 810c2dcede
commit d9a7963970
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@
}
# Load the main script.
typeset -a region_highlight
. ${0:h:h}/zsh-syntax-highlighting.zsh
# Activate the highlighter.

View file

@ -29,6 +29,7 @@
# -------------------------------------------------------------------------------------------------
# Load the main script.
typeset -a region_highlight
. ${0:h:h}/zsh-syntax-highlighting.zsh
# Activate the highlighter.