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
Treesitter commands such as expand, don't work within injected language.
For example say I have a markdown file with some rust code in it and I try to select using treesitter commands, I expect them to act according to the rust syntax tree when I'm within the codeblock.
Summary
Treesitter commands such as expand, don't work within injected language.
For example say I have a markdown file with some rust code in it and I try to select using treesitter commands, I expect them to act according to the rust syntax tree when I'm within the codeblock.
Reproduction Steps
asciinema
I tried this:
I expected this to happen:
selection is based on injected rust syntax
Instead, this happened:
selection is based on external markdown syntax
Helix log
No response
Platform
Linux
Terminal Emulator
kgx (Gnome Console)
Helix Version
helix 23.05 (ff442ee)
The text was updated successfully, but these errors were encountered: