dotfiles/nvim/after/queries/markdown/injections.scm

23 lines
378 B
Scheme
Raw Normal View History

2023-11-04 21:50:10 +01:00
; extends
(section
2023-11-05 10:33:48 +01:00
[
(
((paragraph) @s (#match? @s "^:::bibtex"))
.
(paragraph)*
.
((paragraph) @e (#match? @e ":::$"))
)
((paragraph) @p
(#match? @p "^:::bibtex")
(#match? @p ":::$")
)
]
2023-11-04 21:50:10 +01:00
(#set! injection.language "bibtex")
(#set! injection.include-children)
(#set! injection.combined)
) @injection.content