Files
neovim/runtime/lua/vim/treesitter
Lewis Russell eab4d03a32 fix(treesitter): offset directive associates range with capture (#18276)
Previously the `offset!` directive populated the metadata in such a way
that the new range could be attributed to a specific capture. #14046
made it so the directive simply stored just the new range in the
metadata and information about what capture the range is based from is
lost.

This change reverts that whilst also correcting the docs.
2022-05-28 19:22:18 +02:00
..
2022-05-09 16:31:55 +02:00
2022-05-09 16:31:55 +02:00