nvim-treesitter/queries/lua/injections.scm
2021-05-07 16:51:57 +02:00

12 lines
183 B
Scheme

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