nvim-treesitter / nvim-treesitter-context

Show code context
MIT License
2.5k stars 201 forks source link

fix(query): use explicitly the legacy behavior #485

Closed jdujava closed 2 months ago

jdujava commented 2 months ago

After https://github.com/neovim/neovim/commit/6913c5e1d975a11262d08b3339d50b579e6b6bb8 it is necessary to opt-in explicitly to the old behavior.

lewis6991 commented 2 months ago

Thanks. Need to update the code to the new behaviour soon.