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
Vim-mode's % bracket matching jump fails when inside commented code and fails on template languages like Shopify's Liquid {% ... %} or {{ ... }} brackets.
Steps to trigger the problem:
Find a piece of valid code where bracket matching works.
Comment the code out
Try jumping on the same bracket and notice it no longer works
For the template language issue, open a file ending in .liquid, notice bracket jumping works on HTML code/JS code but fails on template brackets
Actual Behavior:
Cursor doesnt move
Expected Behavior:
Cursor jumps to matching bracket
The text was updated successfully, but these errors were encountered:
tannersltwtr
changed the title
Vim '%' matching bracket motion doesnt work inside comments and certain for template languages
Vim '%' matching bracket motion doesnt work inside comments and certain template languages
Feb 23, 2025
Summary
Vim-mode's
%
bracket matching jump fails when inside commented code and fails on template languages like Shopify's Liquid{% ... %}
or{{ ... }}
brackets.Steps to trigger the problem:
Actual Behavior:
Cursor doesnt move
Expected Behavior:
Cursor jumps to matching bracket
Zed Version and System Specs
Zed: v0.174.6 (Zed)
OS: macOS 15.3.1
Memory: 48 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: