nvim-treesitter/queries/lua/injections.scm
2021-03-12 11:21:46 -05:00

12 lines
183 B
Scheme

(
(function_call
(field_expression
(property_identifier) @_cdef_identifier)
(arguments
(string) @c)
)
(#eq? @_cdef_identifier "cdef")
)
(comment) @comment