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

Add treesitter textobjects #728

Merged
merged 7 commits into from
Oct 23, 2021

Commits on Sep 9, 2021

  1. Add treesitter textobject queries

    Only for Go, Python and Rust for now.
    sudormrfbin committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    81d5e5d View commit details
    Browse the repository at this point in the history
  2. Add tree-sitter textobjects

    Only has functions and class objects as of now.
    sudormrfbin committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    52fd104 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    sudormrfbin committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6bab0b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    400af6f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    f72fcbc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Add parameter textobject

    Only parameter.inside is implemented now, parameter.around
    will probably require custom predicates akin to nvim' `make-range`
    since we want to select a trailing comma too (a comma will be
    an anonymous node and matching against them doesn't work similar
    to named nodes)
    sudormrfbin committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    5ea3f6f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    a652a1e View commit details
    Browse the repository at this point in the history