mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
8 lines
186 B
Scheme
8 lines
186 B
Scheme
|
((content) @injection.content
|
||
|
(#set! injection.language "html")
|
||
|
(#set! injection.combined))
|
||
|
|
||
|
((code) @injection.content
|
||
|
(#set! injection.language "ruby")
|
||
|
(#set! injection.combined))
|