mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 20:38:54 +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.