hadronized / kak-tree-sitter

tree-sitter meets Kakoune
Other
76 stars 12 forks source link

More tree-sitter navigation / selection modes #313

Closed hadronized closed 5 months ago

hadronized commented 5 months ago

I want to use that PR to also refactor a bit the usage of tree-sitter. For instance, we use QueryCapture everywhere, while we actually want to use Node, so that we can reuse those functions for doing things like expanding / collapsing selections; moving to the next sibling, parent, etc.