9 lines
170 B
Scheme
9 lines
170 B
Scheme
((call
|
|
function: (attribute
|
|
object: (identifier) @_re)
|
|
arguments: (argument_list (string) @regex))
|
|
(#eq? @_re "re")
|
|
(#match? @regex "^r.*"))
|
|
|
|
(comment) @comment
|