Files
neovim/runtime/lua/vim
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-12 08:10:47 -08:00
2025-01-11 10:34:12 +01:00
2024-10-23 14:13:42 +02:00
2025-01-11 10:34:12 +01:00
2024-03-06 10:45:22 +00:00
2025-01-11 10:34:12 +01:00
2024-01-16 09:33:10 +00:00
2025-01-09 09:26:45 -08:00
2024-09-01 13:01:24 -07:00
2025-01-11 10:34:12 +01:00