gzmorell

Results 5 comments of gzmorell

Applying this patch in windows brings diagnosis back. Thanks a lot

With this modification matching parenthesis work, but I first tried to use anonymous nodes and matching didn't work. Does anyone knows if nodes must be named in order to be...

Ok, I think I know the answer. This function is used to get the first node to iterate in "helix-core/src/match_brakets.rs" ```let mut node = tree.root_node().named_descendant_for_byte_range(pos, pos)?;``` Is there any reason...

commit 37058e0401e1b241e3d8ad1cfc1d5362cd83e19e seems to fix this issue