mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +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.