mirror of
https://github.com/zsh-users/zsh-syntax-highlighting
synced 2025-01-06 10:49:36 +00:00
dev tools: Add a TODO to introduce code reuse.
This commit is contained in:
parent
b2733a64da
commit
a2876fb57d
@ -77,6 +77,7 @@ print 'expected_region_highlight=('
|
|||||||
PREBUFFER=""
|
PREBUFFER=""
|
||||||
BUFFER="$buffer"
|
BUFFER="$buffer"
|
||||||
region_highlight=()
|
region_highlight=()
|
||||||
|
# TODO: use run_test() from tests/test-highlighting.zsh (to get a tempdir)
|
||||||
_zsh_highlight
|
_zsh_highlight
|
||||||
|
|
||||||
for ((i=1; i<=${#region_highlight}; i++)); do
|
for ((i=1; i<=${#region_highlight}; i++)); do
|
||||||
|
Loading…
Reference in New Issue
Block a user