aboutsummaryrefslogtreecommitdiffstats
path: root/queries/lua/injections.scm
blob: 7bca11bb85c9eb36e6d4eb63e5fbc68790f98fce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(
  (function_call
    (field_expression
      (property_identifier) @_cdef_identifier)
    (arguments
      (string) @c)
  )

  (#eq? @_cdef_identifier "cdef")
)

(comment) @comment