mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +03:00
8 lines
No EOL
210 B
Scheme
8 lines
No EOL
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")) |