mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
03692831ad
commit
1f1e629290
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ _zsh_highlight_regexp_highlighter_loop()
|
|||
local buf="$1" pat="$2"
|
||||
integer OFFSET=0
|
||||
local MATCH; integer MBEGIN MEND
|
||||
local -a match mbegin mend
|
||||
while true; do
|
||||
[[ "$buf" =~ "$pat" ]] || return;
|
||||
region_highlight+=("$((MBEGIN - 1 + OFFSET)) $((MEND + OFFSET)) $ZSH_HIGHLIGHT_REGEXP[$pat]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue