mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Merge pull request #140 from randomize/pr_fix_issue_#77
Pr fix issue #77
This commit is contained in:
commit
3dc5741900
2 changed files with 24 additions and 18 deletions
|
|
@ -49,6 +49,7 @@ _zsh_highlight_brackets_highlighter()
|
|||
{
|
||||
local level=0 pos
|
||||
local -A levelpos lastoflevel matching typepos
|
||||
region_highlight=()
|
||||
|
||||
# Find all brackets and remember which one is matching
|
||||
for (( pos = 0; $pos < ${#BUFFER}; pos++ )) ; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue