Files
neovim/runtime/lua/vim/treesitter
Lewis Russell 762a06c6bc feat!(treesitter): do not return changes from LanguageTree:parse()
Never return the changes an only notify them using the `on_changedtree`
callback.

It is not guaranteed for a plugin that it'll be the first one to call
`tree:parse()` and thus get the changes.

Closes #19915
2023-03-10 16:16:49 +00:00
..
2023-02-27 15:33:18 +00:00
2023-03-03 15:07:23 +01:00