mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 21:56:03 +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.