aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python/injections.scm
blob: 87d1c3478d2c9ca015ab239ba8a843b1e01cf0dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(call
  function: (attribute
              object: (identifier) @_re)
  arguments: (argument_list . (string
                              (string_content) @injection.content))
  (#eq? @_re "re")
  (#set! injection.language "regex"))

((binary_operator
  left: (string (string_content) @injection.content)
  operator: "%")
 (#set! injection.language "printf"))

((comment) @injection.content
 (#set! injection.language "comment"))