aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/hurl/injections.scm
blob: a0d238173d5d930819d06f43ff664a36af28753d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
((comment) @injection.content
 (#set! injection.language "comment"))

((json_value) @injection.content
  (#set! injection.language "json"))

((xml) @injection.content
  (#set! injection.language "xml"))

((multiline_string
  (multiline_string_type) @injection.language
  (multiline_string_content) @injection.content)
  (#set! injection.include-children)
  (#set! injection.combined))