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

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

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

; ((graphql_body) @injection.content 
;  (#set! injection.language "graphql")) ; Not used as of now..