mirror of
https://github.com/neovim/neovim.git
synced 2026-06-23 03:39:44 +00:00
Before, only the last capture's range would be counted for injection. Now all captured ranges will be counted in the ranges array. This is more intuitive, and also provides a nice solution/alternative to the "scoped injections" issue.