Split func/method definition from calls in C highlighting queries

This commit is contained in:
lfenzo 2022-07-25 13:29:18 -03:00 committed by Stephan Seitz
parent 460d24a12d
commit 04e62a2027

View file

@ -157,10 +157,10 @@
(#eq? @_u "#undef"))
(call_expression
function: (identifier) @function)
function: (identifier) @function.call)
(call_expression
function: (field_expression
field: (field_identifier) @function))
field: (field_identifier) @function.call))
(function_declarator
declarator: (identifier) @function)
(preproc_function_def