neovim/runtime/lua
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
..
vim fix(treesitter): offset directive associates range with capture (#18276) 2022-05-28 19:22:18 +02:00
health.lua feat(runtime/health): support lua healthchecks 2021-10-04 14:28:54 -05:00
man.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00