mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +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.
(cherry picked from commit 8b41df185c)