mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 21:47:07 +04:00
23091c9d29
Also, reuse the c injections in glsl
5 lines
151 B
Scheme
5 lines
151 B
Scheme
((line_comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
((bracket_comment) @injection.content
|
|
(#set! injection.language "comment"))
|