helix/runtime/queries/pest/injections.scm

8 lines
222 B
Scheme
Raw Normal View History

2024-09-13 13:28:20 -05:00
((line_comment) @injection.content
(#set! injection.language "comment")
(#set! injection.include-children))
((block_comment) @injection.content
(#set! injection.language "comment")
(#set! injection.include-children))