Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
((comment) @injection.content
  (#set! injection.language "comment"))

((line_continuation_comment) @injection.content
  (#set! injection.language "comment"))

((shell_fragment) @injection.content
  (#set! injection.language "bash")
  (#set! injection.include-children))