brackets: Ignore quotes

Closes #112. Closes #138.
This commit is contained in:
Matthew Martin
2017-11-15 21:14:28 -06:00
parent 7177ba005f
commit ecdda36ef5
4 changed files with 9 additions and 42 deletions

View File

@@ -70,10 +70,6 @@ _zsh_highlight_highlighter_brackets_paint()
levelpos[$pos]=-1
fi
;;
['"'\'])
# Skip everything inside quotes
pos=$BUFFER[(ib:pos+1:)$char]
;;
esac
done