1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-07 20:46:21 +01:00
helix/runtime/queries/strictdoc/injections.scm
2025-09-02 08:56:15 -05:00

10 lines
221 B
Scheme

((text_part) @injection.content
(#set! injection.language "rst")
(#set! injection.include-children))
((single_line_text_part) @injection.content
(#set! injection.language "rst")
(#set! injection.include-children))