mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
10 lines
285 B
Scheme
10 lines
285 B
Scheme
|
|
((html_text) @injection.content
|
||
|
|
(#set! injection.language "html")
|
||
|
|
(#set! injection.include-children)
|
||
|
|
(#set! injection.combined))
|
||
|
|
|
||
|
|
((rust_text) @injection.content
|
||
|
|
(#set! injection.language "rust")
|
||
|
|
(#set! injection.include-children)
|
||
|
|
(#not-match? @injection.content "^else"))
|