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 2706e86 commit f762623Copy full SHA for f762623
queries/injections.scm
@@ -14,12 +14,11 @@
14
15
; Script (default to javascript)
16
((#set! injection.language "javascript")
17
- (comment
18
- name: (_) @_name
19
- (#eq? @_name "lang")
20
- value: (_) @injection.language
21
- )?
22
- .
23
- (_
24
- (script) @injection.content
25
- (#offset! @injection.content 0 2 0 -2)))
+(comment
+ name: (_) @_name
+ (#eq? @_name "lang")
+ value: (_) @injection.language)?
+.
+(_
+ (script) @injection.content
+ (#offset! @injection.content 0 2 0 -2)))
0 commit comments