Help extending nvim-treesitter-textobjects query

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nvim-treesitter-textobjects

  • Tree sitter's website has documentation on query syntax. You could look at nvim-treesitter-textobjects's included queries and figure out how they work. I also recommend nvim-treesitter/playground to see the nodes and fields.

  • playground

    Discontinued Treesitter playground integrated into Neovim (by nvim-treesitter)

  • Tree sitter's website has documentation on query syntax. You could look at nvim-treesitter-textobjects's included queries and figure out how they work. I also recommend nvim-treesitter/playground to see the nodes and fields.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • neovim

    Vim-fork focused on extensibility and usability

  • The comment query would instead need to be (comment) + @_start (note the +) to match multiple comments. Nvim currently does not support query quantifiers but it's being worked on.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts