nvim-treesitter / nvim-treesitter-textobjects

Apache License 2.0
2.2k stars 200 forks source link

Update @statement.outer query for Ecma to also include lexical declarations #717

Open zenshixd opened 1 week ago

zenshixd commented 1 week ago

Added lexical declarations to @statement.outer capture group, e.g:

const a = 1;

should be selectable using @statement.outer capture group.