Add c injection for ffi.cdef to lua

This commit is contained in:
Simon Hauser 2020-12-31 19:54:14 +01:00 committed by Thomas Vigouroux
parent 91578cc2c8
commit 748ac8f781

View file

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