nvim-treesitter-textobjects icon indicating copy to clipboard operation
nvim-treesitter-textobjects copied to clipboard

Results 147 nvim-treesitter-textobjects issues
Sort by recently updated
recently updated
newest added

as nvim-treesitter-textobject already overwrited those mapping on attaching, no such mapping can be safetly ignored in my opinion on detaching. fixes #261

This pull request adds queries for @statement.outer in R. The design will properly detect top-level statements and statements within a function, loop, or conditional block One slight weirdness of this...

This allows `selection_modes` and `include_surrounding_whitespace` to optionally be functions for dynamic settings. For example I have now the following settings: ```lua { ... -- for example only include whitespace for...

This adds support for top-level statements in Python `@statement.outer`, which enables statement selection in a scripting context where there is no enclosing block.

**Describe the bug** when the race condition occurs, attach.make_detach() will throw "no such mapping" errors **To Reproduce** Steps to reproduce the behavior: 1. `$ touch a.py` 2. config nvim: `filetype...

bug

**Is your feature request related to a problem? Please describe.** With `include_surrounding_whitespace` enabled, inner textobjects currently include whitespace in an inconvenient way. In languages such as python, this includes all...

enhancement

I would like to use the module *swap* for GNU Make function arguments. An example is ```make $(foreach ext, $(CLEAN_EXTS), $(docs:%.$(FORMAT)=%.$(ext))) ``` https://www.gnu.org/software/make/manual/html_node/Syntax-of-Functions.html with the syntax tree: ``` function_call [0,...

enhancement