nvim-treesitter/queries/teal/injections.scm

13 lines
163 B
Scheme
Raw Normal View History

2021-03-08 22:35:21 +00:00
(
(function_call
(index
(identifier) @_cdef_identifier)
(arguments
(string) @c)
)
(#eq? @_cdef_identifier "cdef")
)
(comment) @comment