We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b430b8b commit e51fff1Copy full SHA for e51fff1
queries/http/injections.scm
@@ -27,11 +27,13 @@
27
(script) @injection.content
28
(#offset! @injection.content 0 2 0 -2)))
29
30
+; post-request scripts for requests without body
31
((request
32
+ !body
33
(comment
34
name: (_) @_name
35
(#eq? @_name "lang")
- value: (_) @injection.language))
36
+ value: (_) @injection.language) .)
37
.
38
(res_handler_script
39
0 commit comments