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