aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/earthfile/injections.scm
blob: 7435a400e7291d517ccc0f9986d03f3d80e73ba5 (plain) (blame)
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))