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 a2392bf commit 4464531Copy full SHA for 4464531
1 file changed
queries/elixir/injections.scm
@@ -6,6 +6,8 @@
6
(string
7
(quoted_content) @sql)))
8
9
+(call (dot left: (alias) @_alias (#eq? @_alias "Repo") right: (identifier) @_identifier (#eq? @_identifier "query!")) (arguments (string (quoted_content) @sql))) @foo
10
+
11
((call
12
target: (dot
13
left: (alias) @_mod (#eq? @_mod "EEx")
0 commit comments