Files
neovim/test/functional
Riley Bruins bd4ca22d03 feat(treesitter)!: don't parse tree in get_parser() or start()
**Problem:** `vim.treesitter.get_parser()` and `vim.treesitter.start()`
both parse the tree before returning it. This is problematic because if
this is a sync parse, it will stall the editor on large files. If it is
an async parse, the functions return stale trees.

**Solution:** Remove this parsing side effect and leave it to the user
to parse the returned trees, either synchronously or asynchronously.
2025-01-12 08:10:49 -08:00
..
2025-01-05 17:10:16 -08:00
2025-01-09 09:26:45 -08:00
2024-11-21 06:50:30 +08:00
2024-04-23 18:17:04 +02:00