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 b88cd0c commit bbcd676Copy full SHA for bbcd676
queries/injections.scm
@@ -19,10 +19,22 @@
19
20
; Script with other languages
21
((comment
22
- name: (_) @_name
23
- (#eq? @_name "lang")
24
- value: (_) @injection.language)
25
- .
26
- (_
27
- (script) @injection.content
28
- (#offset! @injection.content 0 2 0 -2)))
+ name: (_) @_name
+ (#eq? @_name "lang")
+ value: (_) @injection.language)
+ .
+ (_
+ (script) @injection.content
+ (#offset! @injection.content 0 2 0 -2)))
29
+
30
+; post-request scripts for requests without body
31
+((request
32
+ !body
33
+ (comment
34
35
36
+ value: (_) @injection.language) .)
37
38
+ (res_handler_script
39
40
0 commit comments