flow/test
CJ van den Berg 42ee6459e6 feat: improve performance of incremental re-parsing
We use Buffer.Node.get_byte_pos instead of Buffer.Node.get_range to calculate
tree-sitter edits for incremental parsing. This reduces the number of
egc_length calls required per syntax.edit call to the minimum.
2024-07-29 21:46:34 +02:00
..
tests.zig Initial public release 2024-02-29 00:00:15 +01:00
tests_buffer.zig feat: improve performance of incremental re-parsing 2024-07-29 21:46:34 +02:00
tests_color.zig Initial public release 2024-02-29 00:00:15 +01:00