mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
10 lines
221 B
Scheme
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))
|
|
|