flash.nvim icon indicating copy to clipboard operation
flash.nvim copied to clipboard

feat(treesitter): include parent tree in addition to injected tree for Treesitter node selections

Open atusy opened this issue 1 year ago • 0 comments

I often have a situation where I want treesitter node selections to select outside the injections.

Here's a screenshot from :lua require("flash").treesitter({ highlight = { backdrop = true } }) in a markdown code block.

image

Note that the similar features are available in https://github.com/ggandor/leap-ast.nvim and https://github.com/mfussenegger/nvim-treehopper .

atusy avatar Nov 21 '23 00:11 atusy