mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
9 lines
235 B
Scheme
9 lines
235 B
Scheme
(fenced_code_block
|
|
(info_string) @injection.language
|
|
(code_fence_content) @injection.content)
|
|
|
|
((html_block) @injection.content
|
|
(#set! injection.language "html"))
|
|
((html_tag) @injection.content
|
|
(#set! injection.language "html"))
|