can a neovim guru help create a treesitter query which matches '#%%' pattern in python files?
I use #%%
inside my python files to quickly jump between code blocks. It also helps if i convert the .py file to .ipynb, in that it uses the ``#%%``` string to define cell boundaries in jupyter.
I will be grateful if someone can help create a tree-sitter text query which recognises this pattern and a keymapping to help me jump from one occurence of ``#%%``` to next (and backwards)
Thanks.