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 c454e09 commit 5ca149cCopy full SHA for 5ca149c
queries/injections.scm
@@ -19,3 +19,11 @@
19
(#eq? @_name "graphql")
20
(expression_statement
21
(_ (_) @injection.content (#set! injection.language "graphql"))))
22
+
23
+; %relay
24
+(extension_expression
25
+ (extension_identifier) @_name
26
+ (#eq? @_name "relay")
27
+ (expression_statement
28
+ (_ (_) @injection.content (#set! injection.language "graphql") )))
29
0 commit comments