nichts/modules/editors/nvf/runtime/after/queries/mdx/injections.scm

10 lines
215 B
Scheme
Raw Normal View History

2024-07-06 17:14:45 +02:00
((jsx_section)
@injection.content
(#set! injection.language "tsx")
(#set! injection.include-children))
((markdown_section)
@injection.content
(#set! injection.language "markdown")
(#set! injection.combined))