Files
neovim/runtime/lua/vim
Jaehwang Jung 71d9b7d15c fix(treesitter): _trees may not be list-like
Problem:
With incremental injection parsing, injected languages' parsers parse
only the relevant regions and stores the result in _trees with the index
of the corresponding region. Therefore, there can be holes in _trees.

Solution:
* Use generic table functions where appropriate.
* Fix type annotations and docs.
2023-09-17 19:52:35 +01:00
..
2023-09-16 14:24:24 +01:00
2023-09-14 08:23:01 -05:00
2023-08-07 16:27:53 +01:00
2023-09-14 08:23:01 -05:00
2023-09-14 08:23:01 -05:00
2023-09-14 08:23:01 -05:00
2023-09-04 22:42:47 +02:00
2023-09-14 08:23:01 -05:00