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
2024-06-04 06:06:02 -07:00
2025-01-11 11:20:19 +01:00
2025-01-05 12:28:01 +01:00
2024-09-19 06:34:23 -07:00
2025-01-11 10:34:12 +01:00
2024-10-23 14:13:42 +02:00
2025-01-12 08:10:49 -08:00
2023-12-21 11:47:04 +08:00
2024-11-17 13:31:24 -08:00
2024-09-28 00:31:45 +02:00
2025-01-09 13:35:42 +01:00
2025-01-11 10:34:12 +01:00
2024-03-06 10:45:22 +00:00
2024-12-07 16:58:40 +00:00
2024-10-21 00:54:43 +02:00
2025-01-11 10:34:12 +01:00
2024-12-20 01:43:56 -08:00
2024-10-21 11:32:06 +01:00
2025-01-11 12:54:43 -06:00
2024-01-16 09:33:10 +00:00
2025-01-12 12:01:24 +01:00
2025-01-04 21:48:45 +01:00
2025-01-05 12:28:01 +01:00
2024-10-31 11:55:23 +00:00
2025-01-09 09:26:45 -08:00
2024-10-21 11:32:06 +01:00
2022-08-23 13:02:55 +02:00
2024-09-01 13:01:24 -07:00
2024-10-21 11:32:06 +01:00
2024-12-04 10:17:46 -06:00
2025-01-11 10:34:12 +01:00
2024-02-03 16:53:41 +01:00
2024-01-14 11:08:33 +00:00
2024-10-21 11:32:06 +01:00
2025-01-09 08:36:16 -08:00
2024-07-16 19:30:22 +02:00
2024-10-31 11:55:23 +00:00
2024-11-26 13:56:01 -06:00
2025-01-12 08:10:49 -08:00
2024-10-31 11:55:23 +00:00
2024-12-11 05:48:17 -08:00
2024-12-23 05:08:20 -08:00
2024-09-28 00:31:45 +02:00