1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime/queries/pest/injections.scm
2024-04-29 17:44:03 +02:00

8 lines
222 B
Scheme

((line_comment) @injection.content
(#set! injection.language "comment")
(#set! injection.include-children))
((block_comment) @injection.content
(#set! injection.language "comment")
(#set! injection.include-children))