diff --git a/queries/markdown/textobjects.scm b/queries/markdown/textobjects.scm new file mode 100644 index 0000000..1e2780b --- /dev/null +++ b/queries/markdown/textobjects.scm @@ -0,0 +1,14 @@ +; (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