mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
dev tools: Add a TODO to introduce code reuse.
This commit is contained in:
parent
b2733a64da
commit
a2876fb57d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue