nvim-treesitter/queries/markdown_inline/injections.scm
Pham Huy Hoang bfb4601f48
refactor: remove include-children from queries (#5226)
These `include-children` were to alleviate an issue with empty range language tree, which has been fixed for Neovim nightly/Neovim 0.9.2
2023-09-12 08:36:50 +02:00

6 lines
167 B
Scheme

((html_tag) @injection.content
(#set! injection.language "html")
(#set! injection.combined))
((latex_block) @injection.content
(#set! injection.language "latex"))