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

; injections.scm
((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.combined))