mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 09:02:40 +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.