Loading request...
The user requests that the internal jump_to_codeblock function be exposed, enabling integration with treesitter-text-object for repeatable navigation actions (e.g., mapping ]a and [a to next/previous codeblock jumps).
### Feature request This `jump_to_codeblock` is local, expose this to make it is repeatable with `treesitter-text-object`:  For exammple, I can map `]a` and `[a` to next_diff and prev_diff, this will make it possible when I press `]a` then `;` will do `]a` again, `,` will do `[a`:  ### Motivation _No response_ ### Other _No response_