You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using zsh-vi-mode in combination with fast-syntax-highlighting (https://github.com/zdharma-continuum/fast-syntax-highlighting) the bracket pair highlighting gets confused in normal mode, and only highlights the other bracket of the pair, not the bracket the cursor is actually sitting on.
Reproduction steps
Install zsh-vi-mode and fast-syntax-highlighting
Type cat ({})
Enter normal mode
Move your cursor to ) and observe that ( is the only character highlighted (same goes for } or the other way with the pairs)
Expected behavior
Both brackets are highlighted, the one that is currently selected in the normal colour, and its pair in another colour.
The text was updated successfully, but these errors were encountered:
General information
Basic examination
Problem description
When using zsh-vi-mode in combination with fast-syntax-highlighting (https://github.com/zdharma-continuum/fast-syntax-highlighting) the bracket pair highlighting gets confused in normal mode, and only highlights the other bracket of the pair, not the bracket the cursor is actually sitting on.
Reproduction steps
cat ({})
)
and observe that(
is the only character highlighted (same goes for}
or the other way with the pairs)Expected behavior
Both brackets are highlighted, the one that is currently selected in the normal colour, and its pair in another colour.
The text was updated successfully, but these errors were encountered: