mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
9 lines
239 B
Scheme
9 lines
239 B
Scheme
|
((html_tag) @injection.content
|
||
|
(#set! injection.language "html")
|
||
|
(#set! injection.combined)
|
||
|
(#set! injection.include-children))
|
||
|
|
||
|
((latex_block) @injection.content
|
||
|
(#set! injection.language "latex")
|
||
|
(#set! injection.include-children))
|