mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 22:10:39 +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.