Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): match inside/around closest pair inconsitency #10611

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 27, 2024

  1. fix(core): match inside closest pair inconsitency

    Make tree-sitter version of matching inside/around to replicate current behavior of plaintext files.
    That is:
    * match around - always tries to extend a selection to the next pair,
    even when the selection is already around a pair.
    * match inside - do not extend a selection when it already completely
    matches the pairs.
    woojiq committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0890141 View commit details
    Browse the repository at this point in the history