mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
de607830a2
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
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")) |