How do I select *Markdown* emphasis? #547
Unanswered
stevenxxiu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to select the inside and outside of Markdown emphasis, e.g. for
I'd like to be able to easily select:
I'm not quite sure what to add, but I tried adding to
~/.config/nvim/after/queries/markdown/textobjects.scm
and~/.config/nvim/after/queries/markdown_inline/textobjects.scm
:; extends (emphasis) @text.emphasis
The former triggers an error.
I'd like to set in
~/.config/nvim/lua/plugins/treesitter-textobjects.lua
:Beta Was this translation helpful? Give feedback.
All reactions