mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +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"))
|