summaryrefslogtreecommitdiffstats
path: root/queries/python/injections.scm
blob: 04d0eed1fd521872710c00354e8a4a3e768ca33b (plain) (blame)
1
2
3
4
5
6
7
8
((call
  function: (attribute
	  object: (identifier) @_re)
  arguments: (argument_list (string) @regex))
 (#eq? @_re "re")
 (#lua-match? @regex "^r.*"))

(comment) @comment