mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
9 lines
271 B
Scheme
9 lines
271 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((line_continuation_comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((shell_fragment) @injection.content
|
|
(#set! injection.language "bash")
|
|
(#set! injection.include-children))
|