*highlight: Fix bug: no start_pos=$end_pos in comment short path

This commit is contained in:
Sebastian Gniazdowski 2016-11-02 10:55:10 +01:00
parent 2955679446
commit b4f69992ce

View file

@ -346,6 +346,7 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
fi
# ADD
reply+=("$start_pos $end_pos ${HSMW_HIGHLIGHT_STYLES[$style]}")
start_pos=$end_pos
continue
fi