mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01:00
13 lines
365 B
Scheme
13 lines
365 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"))
|
|
|
|
((comment_block) @injection.content
|
|
(#set! injection.language "comment"))
|