mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
These `include-children` were to alleviate an issue with empty range language tree, which has been fixed for Neovim nightly/Neovim 0.9.2
6 lines
167 B
Scheme
6 lines
167 B
Scheme
((html_tag) @injection.content
|
|
(#set! injection.language "html")
|
|
(#set! injection.combined))
|
|
|
|
((latex_block) @injection.content
|
|
(#set! injection.language "latex"))
|