You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sorry for the late reply. This is something I have experience myself while editing files in Neovim. Probably something to do about the parser using (and abusing) an external scanner.
I'll probably need to check if this is a bug on tree-sitter or if there is a better way to communicate to tree-sitter about what nodes should be re-evaluated.
On https://stsewd.dev/tree-sitter-rst/
Parses as
But if you edit the first space of the line in front of
item2
and add it again, it becomests-state.mov
I'll try to have a reproducer via Python API another time. I don't know if it's tree-sitter-rst of tree-sitter bug.
The text was updated successfully, but these errors were encountered: