mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
7 lines
207 B
Scheme
7 lines
207 B
Scheme
((html_tag) @injection.content
|
|
(#set! injection.language "html")
|
|
(#set! injection.combined))
|
|
|
|
((latex_block) @injection.content
|
|
(#set! injection.language "latex")
|
|
(#set! injection.include-children))
|