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