teal: Add C language injection for FFI

This commit is contained in:
Lewis Russell 2021-03-08 22:35:21 +00:00 committed by Stephan Seitz
parent d0ea01bed9
commit f41459b300

View file

@ -0,0 +1,10 @@
(
(function_call
(index
(identifier) @_cdef_identifier)
(arguments
(string) @c)
)
(#eq? @_cdef_identifier "cdef")
)