mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +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.