nvim/after/queries/markdown/textobjects.scm
Jeremie Fraeys 02e26b00b7
Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
chore(nvim): reinitialize with working config
2026-02-07 21:06:45 -05:00

15 lines
283 B
Scheme

; (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