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 0213ffb commit 9ba65fcCopy full SHA for 9ba65fc
queries/http/injections.scm
@@ -19,10 +19,10 @@
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)))
0 commit comments