mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

Remove the `set_timeout` functions for `TSParser` and instead add a timeout parameter to the regular parse function. Remove these deprecated tree-sitter API functions and replace them with the preferred `TSParseOptions` style.