mirror of
https://github.com/neovim/neovim.git
synced 2026-06-20 10:32:36 +00:00
Allow the `request` parameter in `tokens_to_ranges` to be `nil` and update version checking logic accordingly. This prevents errors when the request is not present and improves robustness of semantic token handling.