nichts/modules/editors/nvf/runtime/after/queries/mdx/injections.scm
2024-07-06 17:14:45 +02:00

9 lines
215 B
Scheme

((jsx_section)
@injection.content
(#set! injection.language "tsx")
(#set! injection.include-children))
((markdown_section)
@injection.content
(#set! injection.language "markdown")
(#set! injection.combined))