mirror of
https://github.com/neovim/neovim.git
synced 2026-01-13 15:57:13 +10: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.