diff --git a/queries/markdown/textobjects.scm b/queries/markdown/textobjects.scm new file mode 100644 index 00000000..aa6a4166 --- /dev/null +++ b/queries/markdown/textobjects.scm @@ -0,0 +1,10 @@ +(atx_heading (heading_content) @class.inner) @class.outer +(setext_heading (heading_content) @class.inner) @class.outer +(thematic_break) @class.outer + +(fenced_code_block (code_fence_content) @block.inner) @block.outer + +[ + (paragraph) + (list) +] @block.outer