issues
search
nvim-treesitter
/
nvim-treesitter-textobjects
Apache License 2.0
2.2k
stars
199
forks
source link
Go: Inconsistent inner selections
#690
Closed
julien-h2
closed
1 month ago
julien-h2
commented
2 months ago
Describe the bug
@function.inner works as expected and select inside the curly braces { }
@conditional.inner, @loop.inner and @class.inner do not, the select around the curly braces { }
Expected behavior
@conditional.inner, @loop.inner and @class.inner should unpack the curly braces and select inside them, not around them
Describe the bug
Expected behavior