mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
11 lines
257 B
Scheme
11 lines
257 B
Scheme
((comment_statement) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((script_element
|
|
(raw_text) @injection.content)
|
|
(#set! injection.language "javascript"))
|
|
|
|
((style_element
|
|
(raw_text) @injection.content)
|
|
(#set! injection.language "css"))
|