mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
10 lines
288 B
Scheme
10 lines
288 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"))
|