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 4601e36 commit ca34b3eCopy full SHA for ca34b3e
1 file changed
queries/elixir/injections.scm
@@ -0,0 +1,15 @@
1
+; extends
2
+
3
+(call
4
+ target: ((identifier) @_identifier (#eq? @_identifier "execute"))
5
+ (arguments
6
+ (string
7
+ (quoted_content) @sql)))
8
9
+((call
10
+ target: (dot
11
+ left: (alias) @_mod (#eq? @_mod "EEx")
12
+ right: (identifier) @_func (#eq? @_func "function_from_string"))
13
14
15
+ (quoted_content) @eex))))
0 commit comments