mirror of
https://github.com/helix-editor/helix
synced 2026-08-12 04:50:26 +02:00
8 lines
210 B
Scheme
8 lines
210 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((raw_js) @injection.content
|
|
(#set! injection.language "javascript"))
|
|
|
|
((raw_gql) @injection.content
|
|
(#set! injection.language "graphql")) |